#3A3502

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

Shades of Maire #3A3502

Tints of Maire #3A3502

Color information

#3A3502 (or 0x3A3502) is unknown color: approx Maire. HEX triplet: 3A, 35 and 02. RGB value is (58,53,2). Sum of RGB (Red+Green+Blue) = 58+53+2=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3502 is #C5CAFD. Grayscale: #303030. Windows color (decimal): -12962558 or 144698. OLE color: 144698.

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

Color convert

RGB58532-
CMYK00.090.970.77
HSL54.64º93.33%11.76%-
HSV(B)54.64º96.55%22.75%-
XYZ3.033.450.56-
YUV48.68101.66134.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 51.33%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=51.33%
G=46.90%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5853200.090.970.7754.6493.3311.76
Hex3A35209614D375dc
Octal726520111411156713514
Binary11101011010110010011100001100110111011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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