#3B2E10

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

Shades of Mikado #3B2E10

Tints of Mikado #3B2E10

Color information

#3B2E10 (or 0x3B2E10) is unknown color: approx Mikado. HEX triplet: 3B, 2E and 10. RGB value is (59,46,16). Sum of RGB (Red+Green+Blue) = 59+46+16=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2E10 is #C4D1EF. Grayscale: #2E2E2E. Windows color (decimal): -12898800 or 1060411. OLE color: 1060411.

HSL color Cylindrical-coordinate representation of color #3B2E10: hue angle of 41.86º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2E10 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.77.

Color convert

RGB594616-
CMYK00.220.730.77
HSL41.86º57.33%14.71%-
HSV(B)41.86º72.88%23.14%-
XYZ2.872.920.9-
YUV46.47110.81136.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 48.76%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=48.76%
G=38.02%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59461600.220.730.7741.8657.3314.71
Hex3B2E10016494D2a39f
Octal735620026111115527117
Binary11101110111010000010110100100110011011010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,46,16); }

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

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

 a { background-color: rgb(59,46,16); }

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

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

 span { border-color: rgb(59,46,16); }

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