#3D3110

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

Shades of Mikado #3D3110

Tints of Mikado #3D3110

Color information

#3D3110 (or 0x3D3110) is unknown color: approx Mikado. HEX triplet: 3D, 31 and 10. RGB value is (61,49,16). Sum of RGB (Red+Green+Blue) = 61+49+16=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3110 is #C2CEEF. Grayscale: #303030. Windows color (decimal): -12766960 or 1061181. OLE color: 1061181.

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

Color convert

RGB614916-
CMYK00.200.740.76
HSL44º58.44%15.1%-
HSV(B)44º73.77%23.92%-
XYZ3.123.230.95-
YUV48.83109.48136.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.41%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=48.41%
G=38.89%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61491600.200.740.764458.4415.1
Hex3D31100144A4C2c3af
Octal756120024112114547217
Binary11110111000110000010100100101010011001011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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