#41240E

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

Shades of Bistre #41240E

Tints of Bistre #41240E

Color information

#41240E (or 0x41240E) is unknown color: approx Bistre. HEX triplet: 41, 24 and 0E. RGB value is (65,36,14). Sum of RGB (Red+Green+Blue) = 65+36+14=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41240E is #BEDBF1. Grayscale: #2A2A2A. Windows color (decimal): -12508146 or 926785. OLE color: 926785.

HSL color Cylindrical-coordinate representation of color #41240E: hue angle of 25.88º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41240E is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB653614-
CMYK00.450.780.75
HSL25.88º64.56%15.49%-
HSV(B)25.88º78.46%25.49%-
XYZ2.892.420.73-
YUV42.16112.11144.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=56.52%
G=31.30%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65361400.450.780.7525.8864.5615.49
Hex4124E02D4E4B1a41f
Octal10144160551161133210117
Binary100000110010011100101101100111010010111101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41240E; }

 p { color: rgb(65,36,14); }

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

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

 a { background-color: rgb(65,36,14); }

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

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

 span { border-color: rgb(65,36,14); }

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