#40370A

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

Shades of Madras #40370A

Tints of Madras #40370A

Color information

#40370A (or 0x40370A) is unknown color: approx Madras. HEX triplet: 40, 37 and 0A. RGB value is (64,55,10). Sum of RGB (Red+Green+Blue) = 64+55+10=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40370A is #BFC8F5. Grayscale: #343434. Windows color (decimal): -12568822 or 669504. OLE color: 669504.

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

Color convert

RGB645510-
CMYK00.140.840.75
HSL50º72.97%14.51%-
HSV(B)50º84.38%25.1%-
XYZ3.543.840.84-
YUV52.56103.98136.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=49.61%
G=42.64%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64551000.140.840.755072.9714.51
Hex4037A0E544B3249f
Octal10067120161241136211117
Binary10000001101111010011101010100100101111001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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