#412716

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

Shades of Bistre #412716

Tints of Bistre #412716

Color information

#412716 (or 0x412716) is unknown color: approx Bistre. HEX triplet: 41, 27 and 16. RGB value is (65,39,22). Sum of RGB (Red+Green+Blue) = 65+39+22=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412716 is #BED8E9. Grayscale: #2C2C2C. Windows color (decimal): -12507370 or 1451841. OLE color: 1451841.

HSL color Cylindrical-coordinate representation of color #412716: hue angle of 23.72º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412716 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB653922-
CMYK00.400.660.75
HSL23.72º49.43%17.06%-
HSV(B)23.72º66.15%25.49%-
XYZ3.052.631.11-
YUV44.84115.11142.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=51.59%
G=30.95%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65392200.400.660.7523.7249.4317.06
Hex412716028424B183111
Octal1014726050102113306121
Binary1000001100111101100101000100001010010111100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412716; }

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

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

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

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

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

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

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

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