#3E370D

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

Shades of Madras #3E370D

Tints of Madras #3E370D

Color information

#3E370D (or 0x3E370D) is unknown color: approx Madras. HEX triplet: 3E, 37 and 0D. RGB value is (62,55,13). Sum of RGB (Red+Green+Blue) = 62+55+13=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E370D is #C1C8F2. Grayscale: #343434. Windows color (decimal): -12699891 or 866110. OLE color: 866110.

HSL color Cylindrical-coordinate representation of color #3E370D: hue angle of 51.43º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E370D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB625513-
CMYK00.110.790.76
HSL51.43º65.33%14.71%-
HSV(B)51.43º79.03%24.31%-
XYZ3.433.790.93-
YUV52.3105.82134.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.69%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 13 (5.47% from 255) = 10%
R=47.69%
G=42.31%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62551300.110.790.7651.4365.3314.71
Hex3E37D0B4F4C3341f
Octal7667150131171146310117
Binary1111101101111101010111001111100110011001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E370D; }

 p { color: rgb(62,55,13); }

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

<style>
 a { background-color: #3E370D; }

 a { background-color: rgb(62,55,13); }

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

<style>
 span { border-color: #3E370D; }

 span { border-color: rgb(62,55,13); }

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