#41290E

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

Shades of Bistre #41290E

Tints of Bistre #41290E

Color information

#41290E (or 0x41290E) is unknown color: approx Bistre. HEX triplet: 41, 29 and 0E. RGB value is (65,41,14). Sum of RGB (Red+Green+Blue) = 65+41+14=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #41290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41290E is #BED6F1. Grayscale: #2D2D2D. Windows color (decimal): -12506866 or 928065. OLE color: 928065.

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

Color convert

RGB654114-
CMYK00.370.780.75
HSL31.76º64.56%15.49%-
HSV(B)31.76º78.46%25.49%-
XYZ3.052.740.78-
YUV45.1110.45142.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=54.17%
G=34.17%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65411400.370.780.7531.7664.5615.49
Hex4129E0254E4B2041f
Octal10151160451161134010117
Binary1000001101001111001001011001110100101110000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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