#3A3404

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

Shades of Maire #3A3404

Tints of Maire #3A3404

Color information

#3A3404 (or 0x3A3404) is unknown color: approx Maire. HEX triplet: 3A, 34 and 04. RGB value is (58,52,4). Sum of RGB (Red+Green+Blue) = 58+52+4=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3404 is #C5CBFB. Grayscale: #303030. Windows color (decimal): -12962812 or 275514. OLE color: 275514.

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

Color convert

RGB58524-
CMYK00.100.930.77
HSL53.33º87.1%12.16%-
HSV(B)53.33º93.1%22.75%-
XYZ2.993.360.61-
YUV48.32102.99134.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50.88%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=50.88%
G=45.61%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5852400.100.930.7753.3387.112.16
Hex3A3440A5D4D3557c
Octal726440121351156512714
Binary111010110100100010101011101100110111010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,4); }

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

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

 a { background-color: rgb(58,52,4); }

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

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

 span { border-color: rgb(58,52,4); }

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