#3D3107

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

Shades of Mikado #3D3107

Tints of Mikado #3D3107

Color information

#3D3107 (or 0x3D3107) is unknown color: approx Mikado. HEX triplet: 3D, 31 and 07. RGB value is (61,49,7). Sum of RGB (Red+Green+Blue) = 61+49+7=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3107 is #C2CEF8. Grayscale: #2F2F2F. Windows color (decimal): -12766969 or 471357. OLE color: 471357.

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

Color convert

RGB61497-
CMYK00.200.890.76
HSL46.67º79.41%13.33%-
HSV(B)46.67º88.52%23.92%-
XYZ3.063.20.66-
YUV47.8104.98137.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 52.14%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=52.14%
G=41.88%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6149700.200.890.7646.6779.4113.33
Hex3D317014594C2f4fd
Octal756170241311145711715
Binary1111011100011110101001011001100110010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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