#412C12

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

Shades of Bistre #412C12

Tints of Bistre #412C12

Color information

#412C12 (or 0x412C12) is unknown color: approx Bistre. HEX triplet: 41, 2C and 12. RGB value is (65,44,18). Sum of RGB (Red+Green+Blue) = 65+44+18=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #412C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C12 is #BED3ED. Grayscale: #2F2F2F. Windows color (decimal): -12506094 or 1190977. OLE color: 1190977.

HSL color Cylindrical-coordinate representation of color #412C12: hue angle of 33.19º 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 #412C12 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB654418-
CMYK00.320.720.75
HSL33.19º56.63%16.27%-
HSV(B)33.19º72.31%25.49%-
XYZ3.192.970.98-
YUV47.32111.46140.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 44 (17.58% from 255) = 34.65%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=51.18%
G=34.65%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65441800.320.720.7533.1956.6316.27
Hex412C12020484B213910
Octal1015422040110113417120
Binary10000011011001001001000001001000100101110000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C12; }

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

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

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

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

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

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

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

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