#422002

Color #422002 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #422002

Tints of Brown Pod #422002

Color information

#422002 (or 0x422002) is unknown color: approx 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

RGB66322-
CMYK00.520.970.74
HSL28.12º94.12%13.33%-
HSV(B)28.12º96.97%25.88%-
XYZ2.772.20.34-
YUV38.75107.26147.44-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6632200.520.970.7428.1294.1213.33
Hex42202034614A1c5ed
Octal1024020641411123413615
Binary1000010100000100110100110000110010101110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>