Html Css Color HEX #422016 Brown Pod

📋 copy color: '#422016'

red 66 ◦ green 32 ◦ blue 22

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

Shades of Brown Pod #422016

Tints of Brown Pod #422016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.33%

R = 55%
G = 26.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#422016 (or 0x422016) is known color: Brown Pod. HEX triplet: 42, 20 and 16. RGB value is (66,32,22). Sum of RGB (Red+Green+Blue) = 66+32+22=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422016 is #BDDFE9. Grayscale: #292929. Windows color (decimal): -12443626 or 1450050. OLE color: 1450050.

HSL color Cylindrical-coordinate representation of color #422016: hue angle of 13.64º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422016 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 32 22 -
CMYK 0 0.52 0.67 0.74
HSL 13.64º 0.5% 0.17% -
HSV(B) 13.64º 0.67% 0.26% -
XYZ 2.91 2.25 1.04 -
YUV 41.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 66 32 22 0 0.52 0.67 0.74 13.64 0.5 0.17
Hex 42 20 16 0 34 43 4A E 32 11
Octal 102 40 26 0 64 103 112 16 62 21
Binary 1000010 100000 10110 0 110100 1000011 1001010 1110 110010 10001

Color Harmonies of #422016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422016

Black with #422016

Text Example


Text Example

White with #422016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422016; }

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

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

background-color css

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

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

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

border-color css

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

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

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