#3A3406

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

Shades of Maire #3A3406

Tints of Maire #3A3406

Color information

#3A3406 (or 0x3A3406) is unknown color: approx Maire. HEX triplet: 3A, 34 and 06. RGB value is (58,52,6). Sum of RGB (Red+Green+Blue) = 58+52+6=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3406 is #C5CBF9. Grayscale: #303030. Windows color (decimal): -12962810 or 406586. OLE color: 406586.

HSL color Cylindrical-coordinate representation of color #3A3406: hue angle of 53.08º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A3406 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB58526-
CMYK00.100.900.77
HSL53.08º81.25%12.55%-
HSV(B)53.08º89.66%22.75%-
XYZ3.013.370.66-
YUV48.55103.99134.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 6 (2.73% from 255) = 5.17%
R=50%
G=44.83%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5852600.100.900.7753.0881.2512.55
Hex3A3460A5A4D3551d
Octal726460121321156512115
Binary111010110100110010101011010100110111010110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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