Html Css Color HEX #422820 Brown Pod

📋 copy color: '#422820'

red 66 ◦ green 40 ◦ blue 32

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

Shades of Brown Pod #422820

Tints of Brown Pod #422820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.99%

 BLUE value IS 32 (12.89% from 255) = 23.19%

R = 47.83%
G = 28.99%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#422820 (or 0x422820) is known color: Brown Pod. HEX triplet: 42, 28 and 20. RGB value is (66,40,32). Sum of RGB (Red+Green+Blue) = 66+40+32=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #422820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422820 is #BDD7DF. Grayscale: #2E2E2E. Windows color (decimal): -12441568 or 2107458. OLE color: 2107458.

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

Color convert

RGB 66 40 32 -
CMYK 0 0.39 0.52 0.74
HSL 14.12º 0.35% 0.19% -
HSV(B) 14.12º 0.52% 0.26% -
XYZ 3.27 2.78 1.73 -
YUV 46.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 66 40 32 0 0.39 0.52 0.74 14.12 0.35 0.19
Hex 42 28 20 0 27 34 4A E 23 13
Octal 102 50 40 0 47 64 112 16 43 23
Binary 1000010 101000 100000 0 100111 110100 1001010 1110 100011 10011

Color Harmonies of #422820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422820

Black with #422820

Text Example


Text Example

White with #422820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422820; }

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

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

background-color css

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

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

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

border-color css

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

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

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