#482212

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

Shades of Brown Pod #482212

Tints of Brown Pod #482212

Color information

#482212 (or 0x482212) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 12. RGB value is (72,34,18). Sum of RGB (Red+Green+Blue) = 72+34+18=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482212 is #B7DDED. Grayscale: #2B2B2B. Windows color (decimal): -12049902 or 1188424. OLE color: 1188424.

HSL color Cylindrical-coordinate representation of color #482212: hue angle of 17.78º 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 #482212 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB723418-
CMYK00.530.750.72
HSL17.78º60%17.65%-
HSV(B)17.78º75%28.24%-
XYZ3.352.570.89-
YUV43.54113.59148.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=58.06%
G=27.42%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72341800.530.750.7217.786017.65
Hex4822120354B48123c12
Octal1104222065113110227422
Binary1001000100010100100110101100101110010001001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482212; }

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

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

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

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

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

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

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

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