#3E3A01

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

Shades of Madras #3E3A01

Tints of Madras #3E3A01

Color information

#3E3A01 (or 0x3E3A01) is unknown color: approx Madras. HEX triplet: 3E, 3A and 01. RGB value is (62,58,1). Sum of RGB (Red+Green+Blue) = 62+58+1=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3A01 is #C1C5FE. Grayscale: #343434. Windows color (decimal): -12699135 or 80446. OLE color: 80446.

HSL color Cylindrical-coordinate representation of color #3E3A01: hue angle of 56.07º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E3A01 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB62581-
CMYK00.060.980.76
HSL56.07º96.83%12.35%-
HSV(B)56.07º98.39%24.31%-
XYZ3.514.050.63-
YUV52.798.83134.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.24%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=51.24%
G=47.93%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6258100.060.980.7656.0796.8312.35
Hex3E3A106624C3861c
Octal76721061421147014114
Binary111110111010101101100010100110011100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,58,1); }

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

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

 a { background-color: rgb(62,58,1); }

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

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

 span { border-color: rgb(62,58,1); }

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