Html Css Color HEX #422012 Brown Pod

📋 copy color: '#422012'

red 66 ◦ green 32 ◦ blue 18

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

Shades of Brown Pod #422012

Tints of Brown Pod #422012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.59%

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

R = 56.9%
G = 27.59%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#422012 (or 0x422012) is known color: Brown Pod. HEX triplet: 42, 20 and 12. RGB value is (66,32,18). Sum of RGB (Red+Green+Blue) = 66+32+18=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #422012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422012 is #BDDFED. Grayscale: #282828. Windows color (decimal): -12443630 or 1187906. OLE color: 1187906.

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

Color convert

RGB 66 32 18 -
CMYK 0 0.52 0.73 0.74
HSL 17.5º 0.57% 0.16% -
HSV(B) 17.5º 0.73% 0.26% -
XYZ 2.87 2.23 0.85 -
YUV 40.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 66 32 18 0 0.52 0.73 0.74 17.5 0.57 0.16
Hex 42 20 12 0 34 49 4A 12 39 10
Octal 102 40 22 0 64 111 112 22 71 20
Binary 1000010 100000 10010 0 110100 1001001 1001010 10010 111001 10000

Color Harmonies of #422012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422012

Black with #422012

Text Example


Text Example

White with #422012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422012; }

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

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

background-color css

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

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

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

border-color css

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

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

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