#422102

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

Shades of Brown Pod #422102

Tints of Brown Pod #422102

Color information

#422102 (or 0x422102) is unknown color: approx Brown Pod. HEX triplet: 42, 21 and 02. RGB value is (66,33,2). Sum of RGB (Red+Green+Blue) = 66+33+2=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #422102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422102 is #BDDEFD. Grayscale: #272727. Windows color (decimal): -12443390 or 139586. OLE color: 139586.

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

Color convert

RGB66332-
CMYK00.50.970.74
HSL29.06º94.12%13.33%-
HSV(B)29.06º96.97%25.88%-
XYZ2.82.250.34-
YUV39.33106.93147.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 65.35%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=65.35%
G=32.67%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6633200.50.970.7429.0694.1213.33
Hex42212032614A1d5ed
Octal1024120621411123513615
Binary1000010100001100110010110000110010101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422102; }

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

 H1.HeaderClassName
 {
   color: #422102;
 }
 .AnyTagClassName
 {
   color: #422102;
 }
</style>
background-color css

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

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

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

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

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

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