Html Css Color HEX #422120 Brown Pod

📋 copy color: '#422120'

red 66 ◦ green 33 ◦ blue 32

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

Shades of Brown Pod #422120

Tints of Brown Pod #422120

RGB

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

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

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

R = 50.38%
G = 25.19%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#422120 (or 0x422120) is known color: Brown Pod. HEX triplet: 42, 21 and 20. RGB value is (66,33,32). Sum of RGB (Red+Green+Blue) = 66+33+32=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #422120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422120 is #BDDEDF. Grayscale: #2A2A2A. Windows color (decimal): -12443360 or 2105666. OLE color: 2105666.

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

Color convert

RGB 66 33 32 -
CMYK 0 0.5 0.52 0.74
HSL 1.76º 0.35% 0.19% -
HSV(B) 1.76º 0.52% 0.26% -
XYZ 3.05 2.35 1.66 -
YUV 42.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 66 33 32 0 0.5 0.52 0.74 1.76 0.35 0.19
Hex 42 21 20 0 32 34 4A 2 23 13
Octal 102 41 40 0 62 64 112 2 43 23
Binary 1000010 100001 100000 0 110010 110100 1001010 10 100011 10011

Color Harmonies of #422120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422120

Black with #422120

Text Example


Text Example

White with #422120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422120; }

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

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

background-color css

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

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

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

border-color css

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

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

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