#3A3016

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

Shades of Mikado #3A3016

Tints of Mikado #3A3016

Color information

#3A3016 (or 0x3A3016) is unknown color: approx Mikado. HEX triplet: 3A, 30 and 16. RGB value is (58,48,22). Sum of RGB (Red+Green+Blue) = 58+48+22=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3016 is #C5CFE9. Grayscale: #303030. Windows color (decimal): -12963818 or 1454138. OLE color: 1454138.

HSL color Cylindrical-coordinate representation of color #3A3016: hue angle of 43.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3016 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.77.

Color convert

RGB584822-
CMYK00.170.620.77
HSL43.33º45%15.69%-
HSV(B)43.33º62.07%22.75%-
XYZ2.953.071.2-
YUV48.03113.31135.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.31%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=45.31%
G=37.5%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58482200.170.620.7743.334515.69
Hex3A30160113E4D2b2d10
Octal72602602176115535520
Binary11101011000010110010001111110100110110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,48,22); }

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

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

 a { background-color: rgb(58,48,22); }

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

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

 span { border-color: rgb(58,48,22); }

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