#3A3313

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

Shades of Mikado #3A3313

Tints of Mikado #3A3313

Color information

#3A3313 (or 0x3A3313) is unknown color: approx Mikado. HEX triplet: 3A, 33 and 13. RGB value is (58,51,19). Sum of RGB (Red+Green+Blue) = 58+51+19=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3313 is #C5CCEC. Grayscale: #313131. Windows color (decimal): -12963053 or 1258298. OLE color: 1258298.

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

Color convert

RGB585119-
CMYK00.120.670.77
HSL49.23º50.65%15.1%-
HSV(B)49.23º67.24%22.75%-
XYZ3.053.311.1-
YUV49.44110.82134.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.31%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=45.31%
G=39.84%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58511900.120.670.7749.2350.6515.1
Hex3A33130C434D3133f
Octal726323014103115616317
Binary1110101100111001101100100001110011011100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,19); }

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

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

 a { background-color: rgb(58,51,19); }

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

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

 span { border-color: rgb(58,51,19); }

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