#3A2F0F

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

Shades of Mikado #3A2F0F

Tints of Mikado #3A2F0F

Color information

#3A2F0F (or 0x3A2F0F) is unknown color: approx Mikado. HEX triplet: 3A, 2F and 0F. RGB value is (58,47,15). Sum of RGB (Red+Green+Blue) = 58+47+15=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2F0F is #C5D0F0. Grayscale: #2E2E2E. Windows color (decimal): -12964081 or 995130. OLE color: 995130.

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

Color convert

RGB584715-
CMYK00.190.740.77
HSL44.65º58.9%14.31%-
HSV(B)44.65º74.14%22.75%-
XYZ2.852.970.87-
YUV46.64110.14136.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.33%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=48.33%
G=39.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58471500.190.740.7744.6558.914.31
Hex3A2FF0134A4D2d3be
Octal725717023112115557316
Binary1110101011111111010011100101010011011011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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