#422217

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

Shades of Brown Pod #422217

Tints of Brown Pod #422217

Color information

#422217 (or 0x422217) is unknown color: approx Brown Pod. HEX triplet: 42, 22 and 17. RGB value is (66,34,23). Sum of RGB (Red+Green+Blue) = 66+34+23=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422217 is #BDDDE8. Grayscale: #2A2A2A. Windows color (decimal): -12443113 or 1516098. OLE color: 1516098.

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

Color convert

RGB663423-
CMYK00.480.650.74
HSL15.35º48.31%17.45%-
HSV(B)15.35º65.15%25.88%-
XYZ2.972.361.11-
YUV42.31117.1144.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=53.66%
G=27.64%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66342300.480.650.7415.3548.3117.45
Hex422217030414Af3011
Octal1024227060101112176021
Binary100001010001010111011000010000011001010111111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422217; }

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

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

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

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

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

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

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

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