#3A3507

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

Shades of Maire #3A3507

Tints of Maire #3A3507

Color information

#3A3507 (or 0x3A3507) is unknown color: approx Maire. HEX triplet: 3A, 35 and 07. RGB value is (58,53,7). Sum of RGB (Red+Green+Blue) = 58+53+7=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3507 is #C5CAF8. Grayscale: #313131. Windows color (decimal): -12962553 or 472378. OLE color: 472378.

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

Color convert

RGB58537-
CMYK00.090.880.77
HSL54.12º78.46%12.75%-
HSV(B)54.12º87.93%22.75%-
XYZ3.063.460.71-
YUV49.25104.16134.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.15%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=49.15%
G=44.92%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5853700.090.880.7754.1278.4612.75
Hex3A35709584D364ed
Octal726570111301156611615
Binary111010110101111010011011000100110111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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