#3C3513

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

Shades of Mikado #3C3513

Tints of Mikado #3C3513

Color information

#3C3513 (or 0x3C3513) is unknown color: approx Mikado. HEX triplet: 3C, 35 and 13. RGB value is (60,53,19). Sum of RGB (Red+Green+Blue) = 60+53+19=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3513 is #C3CAEC. Grayscale: #333333. Windows color (decimal): -12831469 or 1258812. OLE color: 1258812.

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

Color convert

RGB605319-
CMYK00.120.680.76
HSL49.76º51.9%15.49%-
HSV(B)49.76º68.33%23.53%-
XYZ3.253.551.13-
YUV51.22109.82134.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.45%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=45.45%
G=40.15%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60531900.120.680.7649.7651.915.49
Hex3C35130C444C3234f
Octal746523014104114626417
Binary1111001101011001101100100010010011001100101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,53,19); }

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

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

 a { background-color: rgb(60,53,19); }

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

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

 span { border-color: rgb(60,53,19); }

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