#3C3212

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

Shades of Mikado #3C3212

Tints of Mikado #3C3212

Color information

#3C3212 (or 0x3C3212) is unknown color: approx Mikado. HEX triplet: 3C, 32 and 12. RGB value is (60,50,18). Sum of RGB (Red+Green+Blue) = 60+50+18=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3212 is #C3CDED. Grayscale: #313131. Windows color (decimal): -12832238 or 1192508. OLE color: 1192508.

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

Color convert

RGB605018-
CMYK00.170.70.76
HSL45.71º53.85%15.29%-
HSV(B)45.71º70%23.53%-
XYZ3.113.291.04-
YUV49.34110.31135.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=46.88%
G=39.06%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60501800.170.70.7645.7153.8515.29
Hex3C3212011464C2e36f
Octal746222021106114566617
Binary11110011001010010010001100011010011001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,18); }

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

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

 a { background-color: rgb(60,50,18); }

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

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

 span { border-color: rgb(60,50,18); }

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