#482412

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

Shades of Brown Pod #482412

Tints of Brown Pod #482412

Color information

#482412 (or 0x482412) is unknown color: approx Brown Pod. HEX triplet: 48, 24 and 12. RGB value is (72,36,18). Sum of RGB (Red+Green+Blue) = 72+36+18=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482412 is #B7DBED. Grayscale: #2C2C2C. Windows color (decimal): -12049390 or 1188936. OLE color: 1188936.

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

Color convert

RGB723618-
CMYK00.50.750.72
HSL20º60%17.65%-
HSV(B)20º75%28.24%-
XYZ3.412.680.91-
YUV44.71112.93147.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=57.14%
G=28.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72361800.50.750.72206017.65
Hex4824120324B48143c12
Octal1104422062113110247422
Binary1001000100100100100110010100101110010001010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482412; }

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

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

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

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

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

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

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

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