#482418

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

Shades of Brown Pod #482418

Tints of Brown Pod #482418

Color information

#482418 (or 0x482418) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 18. RGB value is (72,36,24). Sum of RGB (Red+Green+Blue) = 72+36+24=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #482418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482418 is #B7DBE7. Grayscale: #2D2D2D. Windows color (decimal): -12049384 or 1582152. OLE color: 1582152.

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

Color convert

RGB723624-
CMYK00.50.670.72
HSL15º50%18.82%-
HSV(B)15º66.67%28.24%-
XYZ3.472.711.2-
YUV45.4115.93146.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=54.55%
G=27.27%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72362400.50.670.72155018.82
Hex4824180324348f3213
Octal1104430062103110176223
Binary100100010010011000011001010000111001000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482418; }

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

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

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

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

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

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

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

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