#41370C

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

Shades of Madras #41370C

Tints of Madras #41370C

Color information

#41370C (or 0x41370C) is unknown color: approx Madras. HEX triplet: 41, 37 and 0C. RGB value is (65,55,12). Sum of RGB (Red+Green+Blue) = 65+55+12=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41370C is #BEC8F3. Grayscale: #353535. Windows color (decimal): -12503284 or 800577. OLE color: 800577.

HSL color Cylindrical-coordinate representation of color #41370C: hue angle of 48.68º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41370C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB655512-
CMYK00.150.820.75
HSL48.68º68.83%15.1%-
HSV(B)48.68º81.54%25.49%-
XYZ3.613.880.91-
YUV53.09104.81136.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=49.24%
G=41.67%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65551200.150.820.7548.6868.8315.1
Hex4137C0F524B3145f
Octal10167140171221136110517
Binary10000011101111100011111010010100101111000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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