Html Css Color HEX #422520 Brown Pod

📋 copy color: '#422520'

red 66 ◦ green 37 ◦ blue 32

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

Shades of Brown Pod #422520

Tints of Brown Pod #422520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.41%

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

R = 48.89%
G = 27.41%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#422520 (or 0x422520) is known color: Brown Pod. HEX triplet: 42, 25 and 20. RGB value is (66,37,32). Sum of RGB (Red+Green+Blue) = 66+37+32=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422520 is #BDDADF. Grayscale: #2D2D2D. Windows color (decimal): -12442336 or 2106690. OLE color: 2106690.

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

Color convert

RGB 66 37 32 -
CMYK 0 0.44 0.52 0.74
HSL 8.82º 0.35% 0.19% -
HSV(B) 8.82º 0.52% 0.26% -
XYZ 3.17 2.59 1.7 -
YUV 45.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 66 37 32 0 0.44 0.52 0.74 8.82 0.35 0.19
Hex 42 25 20 0 2C 34 4A 9 23 13
Octal 102 45 40 0 54 64 112 11 43 23
Binary 1000010 100101 100000 0 101100 110100 1001010 1001 100011 10011

Color Harmonies of #422520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422520

Black with #422520

Text Example


Text Example

White with #422520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422520; }

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

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

background-color css

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

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

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

border-color css

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

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

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