#422919

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

Shades of Bistre #422919

Tints of Bistre #422919

Color information

#422919 (or 0x422919) is unknown color: approx Bistre. HEX triplet: 42, 29 and 19. RGB value is (66,41,25). Sum of RGB (Red+Green+Blue) = 66+41+25=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #422919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422919 is #BDD6E6. Grayscale: #2E2E2E. Windows color (decimal): -12441319 or 1648962. OLE color: 1648962.

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

Color convert

RGB664125-
CMYK00.380.620.74
HSL23.41º45.05%17.84%-
HSV(B)23.41º62.12%25.88%-
XYZ3.222.811.29-
YUV46.65115.78141.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=50%
G=31.06%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66412500.380.620.7423.4145.0517.84
Hex4229190263E4A172d12
Octal102513104676112275522
Binary100001010100111001010011011111010010101011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422919; }

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

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

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

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

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

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

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

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