#412712

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

Shades of Bistre #412712

Tints of Bistre #412712

Color information

#412712 (or 0x412712) is unknown color: approx Bistre. HEX triplet: 41, 27 and 12. RGB value is (65,39,18). Sum of RGB (Red+Green+Blue) = 65+39+18=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412712 is #BED8ED. Grayscale: #2C2C2C. Windows color (decimal): -12507374 or 1189697. OLE color: 1189697.

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

Color convert

RGB653918-
CMYK00.400.720.75
HSL26.81º56.63%16.27%-
HSV(B)26.81º72.31%25.49%-
XYZ3.012.620.92-
YUV44.38113.11142.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=53.28%
G=31.97%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65391800.400.720.7526.8156.6316.27
Hex412712028484B1b3910
Octal1014722050110113337120
Binary1000001100111100100101000100100010010111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412712; }

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

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

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

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

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

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

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

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