#3D3317

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

Shades of Mikado #3D3317

Tints of Mikado #3D3317

Color information

#3D3317 (or 0x3D3317) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 17. RGB value is (61,51,23). Sum of RGB (Red+Green+Blue) = 61+51+23=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3317 is #C2CCE8. Grayscale: #323232. Windows color (decimal): -12766441 or 1520445. OLE color: 1520445.

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

Color convert

RGB615123-
CMYK00.160.620.76
HSL44.21º45.24%16.47%-
HSV(B)44.21º62.3%23.92%-
XYZ3.263.421.3-
YUV50.8112.31135.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.19%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 23 (9.38% from 255) = 17.04%
R=45.19%
G=37.78%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61512300.160.620.7644.2145.2416.47
Hex3D33170103E4C2c2d10
Octal75632702076114545520
Binary11110111001110111010000111110100110010110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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