#3E3501

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

Shades of Mikado #3E3501

Tints of Mikado #3E3501

Color information

#3E3501 (or 0x3E3501) is unknown color: approx Mikado. HEX triplet: 3E, 35 and 01. RGB value is (62,53,1). Sum of RGB (Red+Green+Blue) = 62+53+1=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3501 is #C1CAFE. Grayscale: #313131. Windows color (decimal): -12700415 or 79166. OLE color: 79166.

HSL color Cylindrical-coordinate representation of color #3E3501: hue angle of 51.15º 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 #3E3501 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB62531-
CMYK00.150.980.76
HSL51.15º96.83%12.35%-
HSV(B)51.15º98.39%24.31%-
XYZ3.273.570.55-
YUV49.76100.48136.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.45%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=53.45%
G=45.69%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6253100.150.980.7651.1596.8312.35
Hex3E3510F624C3361c
Octal766510171421146314114
Binary1111101101011011111100010100110011001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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