#422A19

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

Shades of Bistre #422A19

Tints of Bistre #422A19

Color information

#422A19 (or 0x422A19) is unknown color: approx Bistre. HEX triplet: 42, 2A and 19. RGB value is (66,42,25). Sum of RGB (Red+Green+Blue) = 66+42+25=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A19 is #BDD5E6. Grayscale: #2F2F2F. Windows color (decimal): -12441063 or 1649218. OLE color: 1649218.

HSL color Cylindrical-coordinate representation of color #422A19: hue angle of 24.88º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422A19 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB664225-
CMYK00.360.620.74
HSL24.88º45.05%17.84%-
HSV(B)24.88º62.12%25.88%-
XYZ3.252.881.31-
YUV47.24115.45141.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=49.62%
G=31.58%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66422500.360.620.7424.8845.0517.84
Hex422A190243E4A192d12
Octal102523104476112315522
Binary100001010101011001010010011111010010101100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,42,25); }

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

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

 a { background-color: rgb(66,42,25); }

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

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

 span { border-color: rgb(66,42,25); }

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