Html Css Color HEX #422212 Brown Pod

📋 copy color: '#422212'

red 66 ◦ green 34 ◦ blue 18

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

Shades of Brown Pod #422212

Tints of Brown Pod #422212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.81%

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

R = 55.93%
G = 28.81%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#422212 (or 0x422212) is known color: Brown Pod. HEX triplet: 42, 22 and 12. RGB value is (66,34,18). Sum of RGB (Red+Green+Blue) = 66+34+18=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #422212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422212 is #BDDDED. Grayscale: #292929. Windows color (decimal): -12443118 or 1188418. OLE color: 1188418.

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

Color convert

RGB 66 34 18 -
CMYK 0 0.48 0.73 0.74
HSL 20º 0.57% 0.16% -
HSV(B) 20º 0.73% 0.26% -
XYZ 2.93 2.35 0.87 -
YUV 41.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 66 34 18 0 0.48 0.73 0.74 20 0.57 0.16
Hex 42 22 12 0 30 49 4A 14 39 10
Octal 102 42 22 0 60 111 112 24 71 20
Binary 1000010 100010 10010 0 110000 1001001 1001010 10100 111001 10000

Color Harmonies of #422212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422212

Black with #422212

Text Example


Text Example

White with #422212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422212; }

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

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

background-color css

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

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

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

border-color css

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

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

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