#3A2F15

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

Shades of Mikado #3A2F15

Tints of Mikado #3A2F15

Color information

#3A2F15 (or 0x3A2F15) is unknown color: approx Mikado. HEX triplet: 3A, 2F and 15. RGB value is (58,47,21). Sum of RGB (Red+Green+Blue) = 58+47+21=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2F15 is #C5D0EA. Grayscale: #2F2F2F. Windows color (decimal): -12964075 or 1388346. OLE color: 1388346.

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

Color convert

RGB584721-
CMYK00.190.640.77
HSL42.16º46.84%15.49%-
HSV(B)42.16º63.79%22.75%-
XYZ2.92.991.13-
YUV47.32113.14135.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.03%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=46.03%
G=37.30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58472100.190.640.7742.1646.8415.49
Hex3A2F15013404D2a2ff
Octal725725023100115525717
Binary11101010111110101010011100000010011011010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,47,21); }

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

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

 a { background-color: rgb(58,47,21); }

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

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

 span { border-color: rgb(58,47,21); }

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