#412808

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

Shades of Bistre #412808

Tints of Bistre #412808

Color information

#412808 (or 0x412808) is unknown color: approx Bistre. HEX triplet: 41, 28 and 08. RGB value is (65,40,8). Sum of RGB (Red+Green+Blue) = 65+40+8=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #412808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412808 is #BED7F7. Grayscale: #2B2B2B. Windows color (decimal): -12507128 or 534593. OLE color: 534593.

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

Color convert

RGB65408-
CMYK00.380.880.75
HSL33.68º78.08%14.31%-
HSV(B)33.68º87.69%25.49%-
XYZ2.982.660.59-
YUV43.83107.78143.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=57.52%
G=35.40%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6540800.380.880.7533.6878.0814.31
Hex41288026584B224ee
Octal10150100461301134211616
Binary1000001101000100001001101011000100101110001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412808; }

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

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

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

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

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

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

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

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