#412408

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

Shades of Bistre #412408

Tints of Bistre #412408

Color information

#412408 (or 0x412408) is unknown color: approx Bistre. HEX triplet: 41, 24 and 08. RGB value is (65,36,8). Sum of RGB (Red+Green+Blue) = 65+36+8=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #412408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412408 is #BEDBF7. Grayscale: #292929. Windows color (decimal): -12508152 or 533569. OLE color: 533569.

HSL color Cylindrical-coordinate representation of color #412408: hue angle of 29.47º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #412408 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB65368-
CMYK00.450.880.75
HSL29.47º78.08%14.31%-
HSV(B)29.47º87.69%25.49%-
XYZ2.852.40.54-
YUV41.48109.11144.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.63%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=59.63%
G=33.03%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6536800.450.880.7529.4778.0814.31
Hex4124802D584B1d4ee
Octal10144100551301133511616
Binary100000110010010000101101101100010010111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412408; }

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

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

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

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

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

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

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

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