#3A3314

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

Shades of Mikado #3A3314

Tints of Mikado #3A3314

Color information

#3A3314 (or 0x3A3314) is unknown color: approx Mikado. HEX triplet: 3A, 33 and 14. RGB value is (58,51,20). Sum of RGB (Red+Green+Blue) = 58+51+20=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3314 is #C5CCEB. Grayscale: #313131. Windows color (decimal): -12963052 or 1323834. OLE color: 1323834.

HSL color Cylindrical-coordinate representation of color #3A3314: hue angle of 48.95º 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 #3A3314 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB585120-
CMYK00.120.660.77
HSL48.95º48.72%15.29%-
HSV(B)48.95º65.52%22.75%-
XYZ3.063.321.14-
YUV49.56111.32134.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=44.96%
G=39.53%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58512000.120.660.7748.9548.7215.29
Hex3A33140C424D3131f
Octal726324014102115616117
Binary1110101100111010001100100001010011011100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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