#412918

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

Shades of Bistre #412918

Tints of Bistre #412918

Color information

#412918 (or 0x412918) is unknown color: approx Bistre. HEX triplet: 41, 29 and 18. RGB value is (65,41,24). Sum of RGB (Red+Green+Blue) = 65+41+24=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #412918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412918 is #BED6E7. Grayscale: #2E2E2E. Windows color (decimal): -12506856 or 1583425. OLE color: 1583425.

HSL color Cylindrical-coordinate representation of color #412918: hue angle of 24.88º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412918 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB654124-
CMYK00.370.630.75
HSL24.88º46.07%17.45%-
HSV(B)24.88º63.08%25.49%-
XYZ3.142.781.23-
YUV46.24115.45141.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=50%
G=31.54%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65412400.370.630.7524.8846.0717.45
Hex4129180253F4B192e11
Octal101513004577113315621
Binary100000110100111000010010111111110010111100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412918; }

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

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

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

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

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

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

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

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