#422017

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

Shades of Brown Pod #422017

Tints of Brown Pod #422017

Color information

#422017 (or 0x422017) is unknown color: approx Brown Pod. HEX triplet: 42, 20 and 17. RGB value is (66,32,23). Sum of RGB (Red+Green+Blue) = 66+32+23=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422017 is #BDDFE8. Grayscale: #292929. Windows color (decimal): -12443625 or 1515586. OLE color: 1515586.

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

Color convert

RGB663223-
CMYK00.520.650.74
HSL12.56º48.31%17.45%-
HSV(B)12.56º65.15%25.88%-
XYZ2.922.251.09-
YUV41.14117.76145.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=54.55%
G=26.45%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66322300.520.650.7412.5648.3117.45
Hex422017034414Ad3011
Octal1024027064101112156021
Binary100001010000010111011010010000011001010110111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422017; }

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

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

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

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

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

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

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

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