#3A3018

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

Shades of Mikado #3A3018

Tints of Mikado #3A3018

Color information

#3A3018 (or 0x3A3018) is unknown color: approx Mikado. HEX triplet: 3A, 30 and 18. RGB value is (58,48,24). Sum of RGB (Red+Green+Blue) = 58+48+24=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3018 is #C5CFE7. Grayscale: #303030. Windows color (decimal): -12963816 or 1585210. OLE color: 1585210.

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

Color convert

RGB584824-
CMYK00.170.590.77
HSL42.35º41.46%16.08%-
HSV(B)42.35º58.62%22.75%-
XYZ2.973.081.3-
YUV48.25114.31134.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=44.62%
G=36.92%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58482400.170.590.7742.3541.4616.08
Hex3A30180113B4D2a2910
Octal72603002173115525120
Binary11101011000011000010001111011100110110101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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