Html Css Color HEX #422112 Brown Pod

📋 copy color: '#422112'

red 66 ◦ green 33 ◦ blue 18

#422112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #422112

Tints of Brown Pod #422112

RGB

 RED value IS 66 (26.17% from 255) = 56.41%

 GREEN value IS 33 (13.28% from 255) = 28.21%

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 56.41%
G = 28.21%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#422112 (or 0x422112) is known color: Brown Pod. HEX triplet: 42, 21 and 12. RGB value is (66,33,18). Sum of RGB (Red+Green+Blue) = 66+33+18=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #422112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422112 is #BDDEED. Grayscale: #292929. Windows color (decimal): -12443374 or 1188162. OLE color: 1188162.

HSL color Cylindrical-coordinate representation of color #422112: hue angle of 18.75º 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 #422112 is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 33 18 -
CMYK 0 0.5 0.73 0.74
HSL 18.75º 0.57% 0.16% -
HSV(B) 18.75º 0.73% 0.26% -
XYZ 2.9 2.29 0.86 -
YUV 41.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 66 33 18 0 0.5 0.73 0.74 18.75 0.57 0.16
Hex 42 21 12 0 32 49 4A 13 39 10
Octal 102 41 22 0 62 111 112 23 71 20
Binary 1000010 100001 10010 0 110010 1001001 1001010 10011 111001 10000

Color Harmonies of #422112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422112

Black with #422112

Text Example


Text Example

White with #422112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422112; }

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

 H1.HeaderClassName
 {
   color: #422112;
 }
 .AnyTagClassName
 {
   color: #422112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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