#3E3604

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

Shades of Madras #3E3604

Tints of Madras #3E3604

Color information

#3E3604 (or 0x3E3604) is unknown color: approx Madras. HEX triplet: 3E, 36 and 04. RGB value is (62,54,4). Sum of RGB (Red+Green+Blue) = 62+54+4=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3604 is #C1C9FB. Grayscale: #323232. Windows color (decimal): -12700156 or 276030. OLE color: 276030.

HSL color Cylindrical-coordinate representation of color #3E3604: hue angle of 51.72º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E3604 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.76.

Color convert

RGB62544-
CMYK00.130.940.76
HSL51.72º87.88%12.94%-
HSV(B)51.72º93.55%24.31%-
XYZ3.333.670.65-
YUV50.69101.65136.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.67%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 4 (1.95% from 255) = 3.33%
R=51.67%
G=45%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6254400.130.940.7651.7287.8812.94
Hex3E3640D5E4C3458d
Octal766640151361146413015
Binary111110110110100011011011110100110011010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,54,4); }

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

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

 a { background-color: rgb(62,54,4); }

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

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

 span { border-color: rgb(62,54,4); }

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