#412713

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

Shades of Bistre #412713

Tints of Bistre #412713

Color information

#412713 (or 0x412713) is unknown color: approx Bistre. HEX triplet: 41, 27 and 13. RGB value is (65,39,19). Sum of RGB (Red+Green+Blue) = 65+39+19=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412713 is #BED8EC. Grayscale: #2C2C2C. Windows color (decimal): -12507373 or 1255233. OLE color: 1255233.

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

Color convert

RGB653919-
CMYK00.400.710.75
HSL26.09º54.76%16.47%-
HSV(B)26.09º70.77%25.49%-
XYZ3.022.620.96-
YUV44.49113.61142.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=52.85%
G=31.71%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65391900.400.710.7526.0954.7616.47
Hex412713028474B1a3710
Octal1014723050107113326720
Binary1000001100111100110101000100011110010111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412713; }

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

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

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

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

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

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

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

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