#422F21

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

Shades of Bistre #422F21

Tints of Bistre #422F21

Color information

#422F21 (or 0x422F21) is unknown color: approx Bistre. HEX triplet: 42, 2F and 21. RGB value is (66,47,33). Sum of RGB (Red+Green+Blue) = 66+47+33=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #422F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F21 is #BDD0DE. Grayscale: #333333. Windows color (decimal): -12439775 or 2174786. OLE color: 2174786.

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

Color convert

RGB664733-
CMYK00.290.50.74
HSL25.45º33.33%19.41%-
HSV(B)25.45º50%25.88%-
XYZ3.543.31.89-
YUV51.08117.79138.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=45.21%
G=32.19%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66473300.290.50.7425.4533.3319.41
Hex422F2101D324A192113
Octal102574103562112314123
Binary100001010111110000101110111001010010101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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