#41370A

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

Shades of Madras #41370A

Tints of Madras #41370A

Color information

#41370A (or 0x41370A) is unknown color: approx Madras. HEX triplet: 41, 37 and 0A. RGB value is (65,55,10). Sum of RGB (Red+Green+Blue) = 65+55+10=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41370A is #BEC8F5. Grayscale: #353535. Windows color (decimal): -12503286 or 669505. OLE color: 669505.

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

Color convert

RGB655510-
CMYK00.150.850.75
HSL49.09º73.33%14.71%-
HSV(B)49.09º84.62%25.49%-
XYZ3.63.880.85-
YUV52.86103.81136.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=50%
G=42.31%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65551000.150.850.7549.0973.3314.71
Hex4137A0F554B3149f
Octal10167120171251136111117
Binary10000011101111010011111010101100101111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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