#422909

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

Shades of Bistre #422909

Tints of Bistre #422909

Color information

#422909 (or 0x422909) is unknown color: approx Bistre. HEX triplet: 42, 29 and 09. RGB value is (66,41,9). Sum of RGB (Red+Green+Blue) = 66+41+9=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #422909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422909 is #BDD6F6. Grayscale: #2C2C2C. Windows color (decimal): -12441335 or 600386. OLE color: 600386.

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

Color convert

RGB66419-
CMYK00.380.860.74
HSL33.68º76%14.71%-
HSV(B)33.68º86.36%25.88%-
XYZ3.092.760.63-
YUV44.83107.78143.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=56.90%
G=35.34%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6641900.380.860.7433.687614.71
Hex42299026564A224cf
Octal10251110461261124211417
Binary1000010101001100101001101010110100101010001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422909; }

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

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

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

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

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

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

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

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