#3E3005

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

Shades of Mikado #3E3005

Tints of Mikado #3E3005

Color information

#3E3005 (or 0x3E3005) is unknown color: approx Mikado. HEX triplet: 3E, 30 and 05. RGB value is (62,48,5). Sum of RGB (Red+Green+Blue) = 62+48+5=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3005 is #C1CFFA. Grayscale: #2F2F2F. Windows color (decimal): -12701691 or 340030. OLE color: 340030.

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

Color convert

RGB62485-
CMYK00.230.920.76
HSL45.26º85.07%13.14%-
HSV(B)45.26º91.94%24.31%-
XYZ3.073.150.59-
YUV47.28104.14138.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=53.91%
G=41.74%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6248500.230.920.7645.2685.0713.14
Hex3E3050175C4C2d55d
Octal766050271341145512515
Binary1111101100001010101111011100100110010110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,48,5); }

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

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

 a { background-color: rgb(62,48,5); }

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

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

 span { border-color: rgb(62,48,5); }

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