#412708

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

Shades of Bistre #412708

Tints of Bistre #412708

Color information

#412708 (or 0x412708) is unknown color: approx Bistre. HEX triplet: 41, 27 and 08. RGB value is (65,39,8). Sum of RGB (Red+Green+Blue) = 65+39+8=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412708 is #BED8F7. Grayscale: #2B2B2B. Windows color (decimal): -12507384 or 534337. OLE color: 534337.

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

Color convert

RGB65398-
CMYK00.400.880.75
HSL32.63º78.08%14.31%-
HSV(B)32.63º87.69%25.49%-
XYZ2.952.590.57-
YUV43.24108.11143.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=58.04%
G=34.82%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6539800.400.880.7532.6378.0814.31
Hex41278028584B214ee
Octal10147100501301134111616
Binary1000001100111100001010001011000100101110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412708; }

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

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

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

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

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

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

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

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