#422105

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

Shades of Brown Pod #422105

Tints of Brown Pod #422105

Color information

#422105 (or 0x422105) is unknown color: approx Brown Pod. HEX triplet: 42, 21 and 05. RGB value is (66,33,5). Sum of RGB (Red+Green+Blue) = 66+33+5=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #422105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422105 is #BDDEFA. Grayscale: #272727. Windows color (decimal): -12443387 or 336194. OLE color: 336194.

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

Color convert

RGB66335-
CMYK00.50.920.74
HSL27.54º85.92%13.92%-
HSV(B)27.54º92.42%25.88%-
XYZ2.822.260.43-
YUV39.67108.43146.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 63.46%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=63.46%
G=31.73%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6633500.50.920.7427.5485.9213.92
Hex422150325C4A1c56e
Octal1024150621341123412616
Binary10000101000011010110010101110010010101110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422105; }

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

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

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

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

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

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

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

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