#3D3109

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

Shades of Mikado #3D3109

Tints of Mikado #3D3109

Color information

#3D3109 (or 0x3D3109) is unknown color: approx Mikado. HEX triplet: 3D, 31 and 09. RGB value is (61,49,9). Sum of RGB (Red+Green+Blue) = 61+49+9=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3109 is #C2CEF6. Grayscale: #303030. Windows color (decimal): -12766967 or 602429. OLE color: 602429.

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

Color convert

RGB61499-
CMYK00.200.850.76
HSL46.15º74.29%13.73%-
HSV(B)46.15º85.25%23.92%-
XYZ3.073.210.72-
YUV48.03105.98137.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.26%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=51.26%
G=41.18%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6149900.200.850.7646.1574.2913.73
Hex3D319014554C2e4ae
Octal7561110241251145611216
Binary11110111000110010101001010101100110010111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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