#3D3210

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

Shades of Mikado #3D3210

Tints of Mikado #3D3210

Color information

#3D3210 (or 0x3D3210) is unknown color: approx Mikado. HEX triplet: 3D, 32 and 10. RGB value is (61,50,16). Sum of RGB (Red+Green+Blue) = 61+50+16=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3210 is #C2CDEF. Grayscale: #313131. Windows color (decimal): -12766704 or 1061437. OLE color: 1061437.

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

Color convert

RGB615016-
CMYK00.180.740.76
HSL45.33º58.44%15.1%-
HSV(B)45.33º73.77%23.92%-
XYZ3.163.310.96-
YUV49.41109.14136.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.03%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=48.03%
G=39.37%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61501600.180.740.7645.3358.4415.1
Hex3D32100124A4C2d3af
Octal756220022112114557217
Binary11110111001010000010010100101010011001011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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