#422101

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

Shades of Brown Pod #422101

Tints of Brown Pod #422101

Color information

#422101 (or 0x422101) is unknown color: approx Brown Pod. HEX triplet: 42, 21 and 01. RGB value is (66,33,1). Sum of RGB (Red+Green+Blue) = 66+33+1=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #422101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422101 is #BDDEFE. Grayscale: #272727. Windows color (decimal): -12443391 or 74050. OLE color: 74050.

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

Color convert

RGB66331-
CMYK00.50.980.74
HSL29.54º97.01%13.14%-
HSV(B)29.54º98.48%25.88%-
XYZ2.82.250.32-
YUV39.22106.43147.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 1 (0.78% from 255) = 1%
R=66%
G=33%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6633100.50.980.7429.5497.0113.14
Hex42211032624A1e61d
Octal1024110621421123614115
Binary100001010000110110010110001010010101111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422101; }

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

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

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

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

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

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

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

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