#412A11

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

Shades of Bistre #412A11

Tints of Bistre #412A11

Color information

#412A11 (or 0x412A11) is unknown color: approx Bistre. HEX triplet: 41, 2A and 11. RGB value is (65,42,17). Sum of RGB (Red+Green+Blue) = 65+42+17=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A11 is #BED5EE. Grayscale: #2E2E2E. Windows color (decimal): -12506607 or 1124929. OLE color: 1124929.

HSL color Cylindrical-coordinate representation of color #412A11: hue angle of 31.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412A11 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB654217-
CMYK00.350.740.75
HSL31.25º58.54%16.08%-
HSV(B)31.25º73.85%25.49%-
XYZ3.112.820.91-
YUV46.03111.62141.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=52.42%
G=33.87%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65421700.350.740.7531.2558.5416.08
Hex412A110234A4B1f3b10
Octal1015221043112113377320
Binary1000001101010100010100011100101010010111111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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