#422809

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

Shades of Bistre #422809

Tints of Bistre #422809

Color information

#422809 (or 0x422809) is unknown color: approx Bistre. HEX triplet: 42, 28 and 09. RGB value is (66,40,9). Sum of RGB (Red+Green+Blue) = 66+40+9=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #422809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422809 is #BDD7F6. Grayscale: #2C2C2C. Windows color (decimal): -12441591 or 600130. OLE color: 600130.

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

Color convert

RGB66409-
CMYK00.390.860.74
HSL32.63º76%14.71%-
HSV(B)32.63º86.36%25.88%-
XYZ3.052.70.62-
YUV44.24108.11143.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 9 (3.91% from 255) = 7.83%
R=57.39%
G=34.78%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6640900.390.860.7432.637614.71
Hex42289027564A214cf
Octal10250110471261124111417
Binary1000010101000100101001111010110100101010000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422809; }

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

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

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

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

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

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

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

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