#422412

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

Shades of Brown Pod #422412

Tints of Brown Pod #422412

Color information

#422412 (or 0x422412) is unknown color: approx Brown Pod. HEX triplet: 42, 24 and 12. RGB value is (66,36,18). Sum of RGB (Red+Green+Blue) = 66+36+18=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422412 is #BDDBED. Grayscale: #2B2B2B. Windows color (decimal): -12442606 or 1188930. OLE color: 1188930.

HSL color Cylindrical-coordinate representation of color #422412: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422412 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB663618-
CMYK00.450.730.74
HSL22.5º57.14%16.47%-
HSV(B)22.5º72.73%25.88%-
XYZ2.992.460.89-
YUV42.92113.94144.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 18 (7.42% from 255) = 15%
R=55%
G=30%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66361800.450.730.7422.557.1416.47
Hex42241202D494A163910
Octal1024422055111112267120
Binary1000010100100100100101101100100110010101011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422412; }

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

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

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

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

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

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

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

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