#3C2E12

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

Shades of Mikado #3C2E12

Tints of Mikado #3C2E12

Color information

#3C2E12 (or 0x3C2E12) is unknown color: approx Mikado. HEX triplet: 3C, 2E and 12. RGB value is (60,46,18). Sum of RGB (Red+Green+Blue) = 60+46+18=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2E12 is #C3D1ED. Grayscale: #2F2F2F. Windows color (decimal): -12833262 or 1191484. OLE color: 1191484.

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

Color convert

RGB604618-
CMYK00.230.70.76
HSL40º53.85%15.29%-
HSV(B)40º70%23.53%-
XYZ2.952.960.99-
YUV46.99111.64137.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.39%
GREEN value IS 46 (18.36% from 255) = 37.10%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=48.39%
G=37.10%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60461800.230.70.764053.8515.29
Hex3C2E12017464C2836f
Octal745622027106114506617
Binary11110010111010010010111100011010011001010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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