#412817

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

Shades of Bistre #412817

Tints of Bistre #412817

Color information

#412817 (or 0x412817) is unknown color: approx Bistre. HEX triplet: 41, 28 and 17. RGB value is (65,40,23). Sum of RGB (Red+Green+Blue) = 65+40+23=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412817 is #BED7E8. Grayscale: #2D2D2D. Windows color (decimal): -12507113 or 1517633. OLE color: 1517633.

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

Color convert

RGB654023-
CMYK00.380.650.75
HSL24.29º47.73%17.25%-
HSV(B)24.29º64.62%25.49%-
XYZ3.092.71.17-
YUV45.54115.28141.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=50.78%
G=31.25%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65402300.380.650.7524.2947.7317.25
Hex412817026414B183011
Octal1015027046101113306021
Binary1000001101000101110100110100000110010111100011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412817; }

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

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

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

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

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

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

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

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