#3D3610

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

Shades of Mikado #3D3610

Tints of Mikado #3D3610

Color information

#3D3610 (or 0x3D3610) is unknown color: approx Mikado. HEX triplet: 3D, 36 and 10. RGB value is (61,54,16). Sum of RGB (Red+Green+Blue) = 61+54+16=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3610 is #C2C9EF. Grayscale: #333333. Windows color (decimal): -12765680 or 1062461. OLE color: 1062461.

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

Color convert

RGB615416-
CMYK00.110.740.76
HSL50.67º58.44%15.1%-
HSV(B)50.67º73.77%23.92%-
XYZ3.343.671.02-
YUV51.76107.82134.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.56%
GREEN value IS 54 (21.48% from 255) = 41.22%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=46.56%
G=41.22%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61541600.110.740.7650.6758.4415.1
Hex3D36100B4A4C333af
Octal756620013112114637217
Binary1111011101101000001011100101010011001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,16); }

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

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

 a { background-color: rgb(61,54,16); }

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

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

 span { border-color: rgb(61,54,16); }

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