#422911

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

Shades of Bistre #422911

Tints of Bistre #422911

Color information

#422911 (or 0x422911) is unknown color: approx Bistre. HEX triplet: 42, 29 and 11. RGB value is (66,41,17). Sum of RGB (Red+Green+Blue) = 66+41+17=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #422911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422911 is #BDD6EE. Grayscale: #2D2D2D. Windows color (decimal): -12441327 or 1124674. OLE color: 1124674.

HSL color Cylindrical-coordinate representation of color #422911: hue angle of 29.39º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422911 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB664117-
CMYK00.380.740.74
HSL29.39º59.04%16.27%-
HSV(B)29.39º74.24%25.88%-
XYZ3.142.780.9-
YUV45.74111.78142.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=53.23%
G=33.06%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66411700.380.740.7429.3959.0416.27
Hex4229110264A4A1d3b10
Octal1025121046112112357320
Binary1000010101001100010100110100101010010101110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422911; }

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

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

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

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

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

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

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

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