#412811

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

Shades of Bistre #412811

Tints of Bistre #412811

Color information

#412811 (or 0x412811) is unknown color: approx Bistre. HEX triplet: 41, 28 and 11. RGB value is (65,40,17). Sum of RGB (Red+Green+Blue) = 65+40+17=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412811 is #BED7EE. Grayscale: #2C2C2C. Windows color (decimal): -12507119 or 1124417. OLE color: 1124417.

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

Color convert

RGB654017-
CMYK00.380.740.75
HSL28.75º58.54%16.08%-
HSV(B)28.75º73.85%25.49%-
XYZ3.042.680.89-
YUV44.85112.28142.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=53.28%
G=32.79%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65401700.380.740.7528.7558.5416.08
Hex4128110264A4B1d3b10
Octal1015021046112113357320
Binary1000001101000100010100110100101010010111110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412811; }

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

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

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

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

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

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

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

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