#422409

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

Shades of Bistre #422409

Tints of Bistre #422409

Color information

#422409 (or 0x422409) is unknown color: approx Bistre. HEX triplet: 42, 24 and 09. RGB value is (66,36,9). Sum of RGB (Red+Green+Blue) = 66+36+9=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #422409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422409 is #BDDBF6. Grayscale: #2A2A2A. Windows color (decimal): -12442615 or 599106. OLE color: 599106.

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

Color convert

RGB66369-
CMYK00.450.860.74
HSL28.42º76%14.71%-
HSV(B)28.42º86.36%25.88%-
XYZ2.932.440.58-
YUV41.89109.44145.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=59.46%
G=32.43%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6636900.450.860.7428.427614.71
Hex4224902D564A1c4cf
Octal10244110551261123411417
Binary100001010010010010101101101011010010101110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422409; }

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

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

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

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

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

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

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

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