#412A09

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

Shades of Bistre #412A09

Tints of Bistre #412A09

Color information

#412A09 (or 0x412A09) is unknown color: approx Bistre. HEX triplet: 41, 2A and 09. RGB value is (65,42,9). Sum of RGB (Red+Green+Blue) = 65+42+9=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A09 is #BED5F6. Grayscale: #2D2D2D. Windows color (decimal): -12506615 or 600641. OLE color: 600641.

HSL color Cylindrical-coordinate representation of color #412A09: hue angle of 35.36º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #412A09 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65429-
CMYK00.350.860.75
HSL35.36º75.68%14.51%-
HSV(B)35.36º86.15%25.49%-
XYZ3.062.80.64-
YUV45.12107.62142.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=56.03%
G=36.21%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6542900.350.860.7535.3675.6814.51
Hex412A9023564B234cf
Octal10152110431261134311417
Binary1000001101010100101000111010110100101110001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A09; }

 p { color: rgb(65,42,9); }

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

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

 a { background-color: rgb(65,42,9); }

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

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

 span { border-color: rgb(65,42,9); }

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