#3E3B14

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

Shades of Madras #3E3B14

Tints of Madras #3E3B14

Color information

#3E3B14 (or 0x3E3B14) is unknown color: approx Madras. HEX triplet: 3E, 3B and 14. RGB value is (62,59,20). Sum of RGB (Red+Green+Blue) = 62+59+20=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3B14 is #C1C4EB. Grayscale: #373737. Windows color (decimal): -12698860 or 1325886. OLE color: 1325886.

HSL color Cylindrical-coordinate representation of color #3E3B14: hue angle of 55.71º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E3B14 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB625920-
CMYK00.050.680.76
HSL55.71º51.22%16.08%-
HSV(B)55.71º67.74%24.31%-
XYZ3.684.21.28-
YUV55.45107.99132.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.97%
GREEN value IS 59 (23.44% from 255) = 41.84%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=43.97%
G=41.84%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62592000.050.680.7655.7151.2216.08
Hex3E3B1405444C383310
Octal76732405104114706320
Binary1111101110111010001011000100100110011100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,59,20); }

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

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

 a { background-color: rgb(62,59,20); }

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

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

 span { border-color: rgb(62,59,20); }

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