#3A350F

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

Shades of Mikado #3A350F

Tints of Mikado #3A350F

Color information

#3A350F (or 0x3A350F) is unknown color: approx Mikado. HEX triplet: 3A, 35 and 0F. RGB value is (58,53,15). Sum of RGB (Red+Green+Blue) = 58+53+15=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A350F is #C5CAF0. Grayscale: #323232. Windows color (decimal): -12962545 or 996666. OLE color: 996666.

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

Color convert

RGB585315-
CMYK00.090.740.77
HSL53.02º58.9%14.31%-
HSV(B)53.02º74.14%22.75%-
XYZ3.13.480.96-
YUV50.16108.16133.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.03%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=46.03%
G=42.06%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58531500.090.740.7753.0258.914.31
Hex3A35F094A4D353be
Octal726517011112115657316
Binary111010110101111101001100101010011011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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