#3D3305

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

Shades of Mikado #3D3305

Tints of Mikado #3D3305

Color information

#3D3305 (or 0x3D3305) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 05. RGB value is (61,51,5). Sum of RGB (Red+Green+Blue) = 61+51+5=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3305 is #C2CCFA. Grayscale: #303030. Windows color (decimal): -12766459 or 340797. OLE color: 340797.

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

Color convert

RGB61515-
CMYK00.160.920.76
HSL49.29º84.85%12.94%-
HSV(B)49.29º91.8%23.92%-
XYZ3.143.370.63-
YUV48.75103.31136.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 52.14%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=52.14%
G=43.59%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6151500.160.920.7649.2984.8512.94
Hex3D3350105C4C3155d
Octal756350201341146112515
Binary1111011100111010100001011100100110011000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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