#412409

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

Shades of Bistre #412409

Tints of Bistre #412409

Color information

#412409 (or 0x412409) is unknown color: approx Bistre. HEX triplet: 41, 24 and 09. RGB value is (65,36,9). Sum of RGB (Red+Green+Blue) = 65+36+9=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #412409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412409 is #BEDBF6. Grayscale: #292929. Windows color (decimal): -12508151 or 599105. OLE color: 599105.

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

Color convert

RGB65369-
CMYK00.450.860.75
HSL28.93º75.68%14.51%-
HSV(B)28.93º86.15%25.49%-
XYZ2.862.410.57-
YUV41.59109.61144.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=59.09%
G=32.73%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6536900.450.860.7528.9375.6814.51
Hex4124902D564B1d4cf
Octal10144110551261133511417
Binary100000110010010010101101101011010010111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412409; }

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

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

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

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

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

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

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

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