#412810

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

Shades of Bistre #412810

Tints of Bistre #412810

Color information

#412810 (or 0x412810) is unknown color: approx Bistre. HEX triplet: 41, 28 and 10. RGB value is (65,40,16). Sum of RGB (Red+Green+Blue) = 65+40+16=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412810 is #BED7EF. Grayscale: #2C2C2C. Windows color (decimal): -12507120 or 1058881. OLE color: 1058881.

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

Color convert

RGB654016-
CMYK00.380.750.75
HSL29.39º60.49%15.88%-
HSV(B)29.39º75.38%25.49%-
XYZ3.032.680.85-
YUV44.74111.78142.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=53.72%
G=33.06%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65401600.380.750.7529.3960.4915.88
Hex4128100264B4B1d3c10
Octal1015020046113113357420
Binary1000001101000100000100110100101110010111110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412810; }

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

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

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

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

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

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

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

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