#482004

Color #482004 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #482004

Tints of Brown Pod #482004

Color information

#482004 (or 0x482004) is unknown color: approx Brown Pod. HEX triplet: 48, 20 and 04. RGB value is (72,32,4). Sum of RGB (Red+Green+Blue) = 72+32+4=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #482004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482004 is #B7DFFB. Grayscale: #282828. Windows color (decimal): -12050428 or 270408. OLE color: 270408.

HSL color Cylindrical-coordinate representation of color #482004: hue angle of 24.71º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #482004 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72324-
CMYK00.560.940.72
HSL24.71º89.47%14.9%-
HSV(B)24.71º94.44%28.24%-
XYZ3.212.420.41-
YUV40.77107.25150.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 4 (1.95% from 255) = 3.70%
R=66.67%
G=29.63%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7232400.560.940.7224.7189.4714.9
Hex482040385E481959f
Octal1104040701361103113117
Binary10010001000001000111000101111010010001100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482004; }

 p { color: rgb(72,32,4); }

 H1.HeaderClassName
 {
   color: #482004;
 }
 .AnyTagClassName
 {
   color: #482004;
 }
</style>
background-color css

<style>
 a { background-color: #482004; }

 a { background-color: rgb(72,32,4); }

 div.DivClassName
 {
   background-color: #482004;
 }
 .BgClassName
 {
   background-color: #482004;
 }
</style>
border-color css

<style>
 span { border-color: #482004; }

 span { border-color: rgb(72,32,4); }

 td.TdClassName
 {
   border-color: #482004;
 }
 .TagClassName
 {
   border-color: #482004;
 }
</style>