#3A3414

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

Shades of Mikado #3A3414

Tints of Mikado #3A3414

Color information

#3A3414 (or 0x3A3414) is unknown color: approx Mikado. HEX triplet: 3A, 34 and 14. RGB value is (58,52,20). Sum of RGB (Red+Green+Blue) = 58+52+20=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3414 is #C5CBEB. Grayscale: #323232. Windows color (decimal): -12962796 or 1324090. OLE color: 1324090.

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

Color convert

RGB585220-
CMYK00.100.660.77
HSL50.53º48.72%15.29%-
HSV(B)50.53º65.52%22.75%-
XYZ3.13.411.16-
YUV50.15110.99133.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=44.62%
G=40%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58522000.100.660.7750.5348.7215.29
Hex3A34140A424D3331f
Octal726424012102115636117
Binary1110101101001010001010100001010011011100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,20); }

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

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

 a { background-color: rgb(58,52,20); }

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

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

 span { border-color: rgb(58,52,20); }

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