#422F20

Color #422F20 Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #422F20

Tints of Bistre #422F20

Color information

#422F20 (or 0x422F20) is unknown color: approx Bistre. HEX triplet: 42, 2F and 20. RGB value is (66,47,32). Sum of RGB (Red+Green+Blue) = 66+47+32=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #422F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F20 is #BDD0DF. Grayscale: #333333. Windows color (decimal): -12439776 or 2109250. OLE color: 2109250.

HSL color Cylindrical-coordinate representation of color #422F20: hue angle of 26.47º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422F20 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB664732-
CMYK00.290.520.74
HSL26.47º34.69%19.22%-
HSV(B)26.47º51.52%25.88%-
XYZ3.523.31.82-
YUV50.97117.29138.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 47 (18.75% from 255) = 32.41%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=45.52%
G=32.41%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66473200.290.520.7426.4734.6919.22
Hex422F2001D344A1a2313
Octal102574003564112324323
Binary100001010111110000001110111010010010101101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422F20; }

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

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

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

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

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

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

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

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