#3D3304

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

Shades of Mikado #3D3304

Tints of Mikado #3D3304

Color information

#3D3304 (or 0x3D3304) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 04. RGB value is (61,51,4). Sum of RGB (Red+Green+Blue) = 61+51+4=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3304 is #C2CCFB. Grayscale: #303030. Windows color (decimal): -12766460 or 275261. OLE color: 275261.

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

Color convert

RGB61514-
CMYK00.160.930.76
HSL49.47º87.69%12.75%-
HSV(B)49.47º93.44%23.92%-
XYZ3.133.370.6-
YUV48.63102.81136.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 52.59%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 4 (1.95% from 255) = 3.45%
R=52.59%
G=43.97%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6151400.160.930.7649.4787.6912.75
Hex3D3340105D4C3158d
Octal756340201351146113015
Binary1111011100111000100001011101100110011000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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