#3C310D

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

Shades of Mikado #3C310D

Tints of Mikado #3C310D

Color information

#3C310D (or 0x3C310D) is unknown color: approx Mikado. HEX triplet: 3C, 31 and 0D. RGB value is (60,49,13). Sum of RGB (Red+Green+Blue) = 60+49+13=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C310D is #C3CEF2. Grayscale: #303030. Windows color (decimal): -12832499 or 864572. OLE color: 864572.

HSL color Cylindrical-coordinate representation of color #3C310D: hue angle of 45.96º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C310D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB604913-
CMYK00.180.780.76
HSL45.96º64.38%14.31%-
HSV(B)45.96º78.33%23.53%-
XYZ3.033.190.84-
YUV48.18108.14136.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 49.18%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=49.18%
G=40.16%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60491300.180.780.7645.9664.3814.31
Hex3C31D0124E4C2e40e
Octal7461150221161145610016
Binary11110011000111010100101001110100110010111010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,49,13); }

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

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

 a { background-color: rgb(60,49,13); }

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

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

 span { border-color: rgb(60,49,13); }

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