#3D3310

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

Shades of Mikado #3D3310

Tints of Mikado #3D3310

Color information

#3D3310 (or 0x3D3310) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 10. RGB value is (61,51,16). Sum of RGB (Red+Green+Blue) = 61+51+16=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3310 is #C2CCEF. Grayscale: #323232. Windows color (decimal): -12766448 or 1061693. OLE color: 1061693.

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

Color convert

RGB615116-
CMYK00.160.740.76
HSL46.67º58.44%15.1%-
HSV(B)46.67º73.77%23.92%-
XYZ3.23.40.98-
YUV50108.81135.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.66%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=47.66%
G=39.84%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61511600.160.740.7646.6758.4415.1
Hex3D33100104A4C2f3af
Octal756320020112114577217
Binary11110111001110000010000100101010011001011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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