#3A3300

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

Shades of Maire #3A3300

Tints of Maire #3A3300

Color information

#3A3300 (or 0x3A3300) is unknown color: approx Maire. HEX triplet: 3A, 33 and 00. RGB value is (58,51,0). Sum of RGB (Red+Green+Blue) = 58+51+0=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3300 is #C5CCFF. Grayscale: #2F2F2F. Windows color (decimal): -12963072 or 13114. OLE color: 13114.

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

Color convert

RGB58510-
CMYK00.1210.77
HSL52.76º100%11.37%-
HSV(B)52.76º100%22.75%-
XYZ2.933.270.48-
YUV47.28101.32135.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.21%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.21%
G=46.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5851000.1210.7752.7610011.37
Hex3A3300C644D3564b
Octal726300141441156514413
Binary1110101100110011001100100100110111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,0); }

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

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

 a { background-color: rgb(58,51,0); }

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

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

 span { border-color: rgb(58,51,0); }

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