#41370E

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

Shades of Madras #41370E

Tints of Madras #41370E

Color information

#41370E (or 0x41370E) is unknown color: approx Madras. HEX triplet: 41, 37 and 0E. RGB value is (65,55,14). Sum of RGB (Red+Green+Blue) = 65+55+14=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41370E is #BEC8F1. Grayscale: #353535. Windows color (decimal): -12503282 or 931649. OLE color: 931649.

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

Color convert

RGB655514-
CMYK00.150.780.75
HSL48.24º64.56%15.49%-
HSV(B)48.24º78.46%25.49%-
XYZ3.633.890.97-
YUV53.32105.81136.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=48.51%
G=41.04%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65551400.150.780.7548.2464.5615.49
Hex4137E0F4E4B3041f
Octal10167160171161136010117
Binary10000011101111110011111001110100101111000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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