#482408

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

Shades of Brown Pod #482408

Tints of Brown Pod #482408

Color information

#482408 (or 0x482408) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 08. RGB value is (72,36,8). Sum of RGB (Red+Green+Blue) = 72+36+8=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #482408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482408 is #B7DBF7. Grayscale: #2B2B2B. Windows color (decimal): -12049400 or 533576. OLE color: 533576.

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

Color convert

RGB72368-
CMYK00.50.890.72
HSL26.25º80%15.69%-
HSV(B)26.25º88.89%28.24%-
XYZ3.352.660.57-
YUV43.57107.93148.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=62.07%
G=31.03%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236800.50.890.7226.258015.69
Hex4824803259481a5010
Octal11044100621311103212020
Binary1001000100100100001100101011001100100011010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482408; }

 p { color: rgb(72,36,8); }

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

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

 a { background-color: rgb(72,36,8); }

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

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

 span { border-color: rgb(72,36,8); }

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