#3D310E

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

Shades of Mikado #3D310E

Tints of Mikado #3D310E

Color information

#3D310E (or 0x3D310E) is unknown color: approx Mikado. HEX triplet: 3D, 31 and 0E. RGB value is (61,49,14). Sum of RGB (Red+Green+Blue) = 61+49+14=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D310E is #C2CEF1. Grayscale: #303030. Windows color (decimal): -12766962 or 930109. OLE color: 930109.

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

Color convert

RGB614914-
CMYK00.200.770.76
HSL44.68º62.67%14.71%-
HSV(B)44.68º77.05%23.92%-
XYZ3.13.220.87-
YUV48.6108.48136.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.19%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=49.19%
G=39.52%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61491400.200.770.7644.6862.6714.71
Hex3D31E0144D4C2d3ff
Octal756116024115114557717
Binary1111011100011110010100100110110011001011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,49,14); }

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

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

 a { background-color: rgb(61,49,14); }

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

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

 span { border-color: rgb(61,49,14); }

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