#3A350D

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

Shades of Mikado #3A350D

Tints of Mikado #3A350D

Color information

#3A350D (or 0x3A350D) is unknown color: approx Mikado. HEX triplet: 3A, 35 and 0D. RGB value is (58,53,13). Sum of RGB (Red+Green+Blue) = 58+53+13=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A350D is #C5CAF2. Grayscale: #323232. Windows color (decimal): -12962547 or 865594. OLE color: 865594.

HSL color Cylindrical-coordinate representation of color #3A350D: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A350D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB585313-
CMYK00.090.780.77
HSL53.33º63.38%13.92%-
HSV(B)53.33º77.59%22.75%-
XYZ3.093.470.89-
YUV49.93107.16133.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=46.77%
G=42.74%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58531300.090.780.7753.3363.3813.92
Hex3A35D094E4D353fe
Octal726515011116115657716
Binary111010110101110101001100111010011011101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,53,13); }

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

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

 a { background-color: rgb(58,53,13); }

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

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

 span { border-color: rgb(58,53,13); }

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