#3B3013

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

Shades of Mikado #3B3013

Tints of Mikado #3B3013

Color information

#3B3013 (or 0x3B3013) is unknown color: approx Mikado. HEX triplet: 3B, 30 and 13. RGB value is (59,48,19). Sum of RGB (Red+Green+Blue) = 59+48+19=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3013 is #C4CFEC. Grayscale: #303030. Windows color (decimal): -12898285 or 1257531. OLE color: 1257531.

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

Color convert

RGB594819-
CMYK00.190.680.77
HSL43.5º51.28%15.29%-
HSV(B)43.5º67.8%23.14%-
XYZ2.983.091.06-
YUV47.98111.64135.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.83%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=46.83%
G=38.10%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59481900.190.680.7743.551.2815.29
Hex3B3013013444D2c33f
Octal736023023104115546317
Binary11101111000010011010011100010010011011011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,48,19); }

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

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

 a { background-color: rgb(59,48,19); }

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

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

 span { border-color: rgb(59,48,19); }

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