#412C17

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

Shades of Bistre #412C17

Tints of Bistre #412C17

Color information

#412C17 (or 0x412C17) is unknown color: approx Bistre. HEX triplet: 41, 2C and 17. RGB value is (65,44,23). Sum of RGB (Red+Green+Blue) = 65+44+23=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C17 is #BED3E8. Grayscale: #2F2F2F. Windows color (decimal): -12506089 or 1518657. OLE color: 1518657.

HSL color Cylindrical-coordinate representation of color #412C17: hue angle of 30º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #412C17 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB654423-
CMYK00.320.650.75
HSL30º47.73%17.25%-
HSV(B)30º64.62%25.49%-
XYZ3.242.991.22-
YUV47.88113.96140.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 44 (17.58% from 255) = 33.33%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=49.24%
G=33.33%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65442300.320.650.753047.7317.25
Hex412C17020414B1e3011
Octal1015427040101113366021
Binary1000001101100101110100000100000110010111111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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