#41370F

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

Shades of Madras #41370F

Tints of Madras #41370F

Color information

#41370F (or 0x41370F) is unknown color: approx Madras. HEX triplet: 41, 37 and 0F. RGB value is (65,55,15). Sum of RGB (Red+Green+Blue) = 65+55+15=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41370F is #BEC8F0. Grayscale: #353535. Windows color (decimal): -12503281 or 997185. OLE color: 997185.

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

Color convert

RGB655515-
CMYK00.150.770.75
HSL48º62.5%15.69%-
HSV(B)48º76.92%25.49%-
XYZ3.633.891.01-
YUV53.43106.31136.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=48.15%
G=40.74%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65551500.150.770.754862.515.69
Hex4137F0F4D4B303e10
Octal1016717017115113607620
Binary10000011101111111011111001101100101111000011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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