#3E3518

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

Shades of Mikado #3E3518

Tints of Mikado #3E3518

Color information

#3E3518 (or 0x3E3518) is unknown color: approx Mikado. HEX triplet: 3E, 35 and 18. RGB value is (62,53,24). Sum of RGB (Red+Green+Blue) = 62+53+24=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3518 is #C1CAE7. Grayscale: #343434. Windows color (decimal): -12700392 or 1586494. OLE color: 1586494.

HSL color Cylindrical-coordinate representation of color #3E3518: hue angle of 45.79º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E3518 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB625324-
CMYK00.150.610.76
HSL45.79º44.19%16.86%-
HSV(B)45.79º61.29%24.31%-
XYZ3.423.641.39-
YUV52.38111.98134.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.60%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=44.60%
G=38.13%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62532400.150.610.7645.7944.1916.86
Hex3E35180F3D4C2e2c11
Octal76653001775114565421
Binary1111101101011100001111111101100110010111010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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