#412912

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

Shades of Bistre #412912

Tints of Bistre #412912

Color information

#412912 (or 0x412912) is unknown color: approx Bistre. HEX triplet: 41, 29 and 12. RGB value is (65,41,18). Sum of RGB (Red+Green+Blue) = 65+41+18=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412912 is #BED6ED. Grayscale: #2D2D2D. Windows color (decimal): -12506862 or 1190209. OLE color: 1190209.

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

Color convert

RGB654118-
CMYK00.370.720.75
HSL29.36º56.63%16.27%-
HSV(B)29.36º72.31%25.49%-
XYZ3.082.750.94-
YUV45.55112.45141.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=52.42%
G=33.06%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65411800.370.720.7529.3656.6316.27
Hex412912025484B1d3910
Octal1015122045110113357120
Binary1000001101001100100100101100100010010111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412912; }

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

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

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

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

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

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

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

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