#41390F

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

Shades of Madras #41390F

Tints of Madras #41390F

Color information

#41390F (or 0x41390F) is unknown color: approx Madras. HEX triplet: 41, 39 and 0F. RGB value is (65,57,15). Sum of RGB (Red+Green+Blue) = 65+57+15=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #41390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41390F is #BEC6F0. Grayscale: #363636. Windows color (decimal): -12502769 or 997697. OLE color: 997697.

HSL color Cylindrical-coordinate representation of color #41390F: hue angle of 50.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41390F is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB655715-
CMYK00.120.770.75
HSL50.4º62.5%15.69%-
HSV(B)50.4º76.92%25.49%-
XYZ3.734.081.04-
YUV54.6105.65135.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=47.45%
G=41.61%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65571500.120.770.7550.462.515.69
Hex4139F0C4D4B323e10
Octal1017117014115113627620
Binary10000011110011111011001001101100101111001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41390F; }

 p { color: rgb(65,57,15); }

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

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

 a { background-color: rgb(65,57,15); }

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

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

 span { border-color: rgb(65,57,15); }

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