#3D3515

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

Shades of Mikado #3D3515

Tints of Mikado #3D3515

Color information

#3D3515 (or 0x3D3515) is unknown color: approx Mikado. HEX triplet: 3D, 35 and 15. RGB value is (61,53,21). Sum of RGB (Red+Green+Blue) = 61+53+21=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3515 is #C2CAEA. Grayscale: #333333. Windows color (decimal): -12765931 or 1389885. OLE color: 1389885.

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

Color convert

RGB615321-
CMYK00.130.660.76
HSL48º48.78%16.08%-
HSV(B)48º65.57%23.92%-
XYZ3.333.591.23-
YUV51.74110.65134.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.19%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=45.19%
G=39.26%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61532100.130.660.764848.7816.08
Hex3D35150D424C303110
Octal756525015102114606120
Binary11110111010110101011011000010100110011000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,53,21); }

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

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

 a { background-color: rgb(61,53,21); }

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

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

 span { border-color: rgb(61,53,21); }

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