#412C11

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

Shades of Bistre #412C11

Tints of Bistre #412C11

Color information

#412C11 (or 0x412C11) is unknown color: approx Bistre. HEX triplet: 41, 2C and 11. RGB value is (65,44,17). Sum of RGB (Red+Green+Blue) = 65+44+17=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C11 is #BED3EE. Grayscale: #2F2F2F. Windows color (decimal): -12506095 or 1125441. OLE color: 1125441.

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

Color convert

RGB654417-
CMYK00.320.740.75
HSL33.75º58.54%16.08%-
HSV(B)33.75º73.85%25.49%-
XYZ3.182.970.94-
YUV47.2110.96140.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=51.59%
G=34.92%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65441700.320.740.7533.7558.5416.08
Hex412C110204A4B223b10
Octal1015421040112113427320
Binary10000011011001000101000001001010100101110001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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