#412A12

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

Shades of Bistre #412A12

Tints of Bistre #412A12

Color information

#412A12 (or 0x412A12) is unknown color: approx Bistre. HEX triplet: 41, 2A and 12. RGB value is (65,42,18). Sum of RGB (Red+Green+Blue) = 65+42+18=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A12 is #BED5ED. Grayscale: #2E2E2E. Windows color (decimal): -12506606 or 1190465. OLE color: 1190465.

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

Color convert

RGB654218-
CMYK00.350.720.75
HSL30.64º56.63%16.27%-
HSV(B)30.64º72.31%25.49%-
XYZ3.122.820.95-
YUV46.14112.12141.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=52%
G=33.6%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65421800.350.720.7530.6456.6316.27
Hex412A12023484B1f3910
Octal1015222043110113377120
Binary1000001101010100100100011100100010010111111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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