Html Css Color HEX #422002 Brown Pod

📋 copy color: '#422002'

red 66 ◦ green 32 ◦ blue 2

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

Shades of Brown Pod #422002

Tints of Brown Pod #422002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2%

R = 66%
G = 32%
B = 2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#422002 (or 0x422002) is known color: Brown Pod. HEX triplet: 42, 20 and 02. RGB value is (66,32,2). Sum of RGB (Red+Green+Blue) = 66+32+2=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #422002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422002 is #BDDFFD. Grayscale: #262626. Windows color (decimal): -12443646 or 139330. OLE color: 139330.

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

Color convert

RGB 66 32 2 -
CMYK 0 0.52 0.97 0.74
HSL 28.13º 0.94% 0.13% -
HSV(B) 28.13º 0.97% 0.26% -
XYZ 2.77 2.2 0.34 -
YUV 38.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 66 32 2 0 0.52 0.97 0.74 28.13 0.94 0.13
Hex 42 20 2 0 34 61 4A 1C 5E D
Octal 102 40 2 0 64 141 112 34 136 15
Binary 1000010 100000 10 0 110100 1100001 1001010 11100 1011110 1101

Color Harmonies of #422002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422002

Black with #422002

Text Example


Text Example

White with #422002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422002; }

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

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

background-color css

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

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

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

border-color css

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

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

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