#393400

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

Shades of Maire #393400

Tints of Maire #393400

Color information

#393400 (or 0x393400) is unknown color: approx Maire. HEX triplet: 39, 34 and 00. RGB value is (57,52,0). Sum of RGB (Red+Green+Blue) = 57+52+0=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #393400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393400 is #C6CBFF. Grayscale: #2F2F2F. Windows color (decimal): -13028352 or 13369. OLE color: 13369.

HSL color Cylindrical-coordinate representation of color #393400: hue angle of 54.74º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #393400 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB57520-
CMYK00.0910.78
HSL54.74º100%11.18%-
HSV(B)54.74º100%22.35%-
XYZ2.923.330.49-
YUV47.57101.16134.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.29%
G=47.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5752000.0910.7854.7410011.18
Hex3934009644E3764b
Octal716400111441166714413
Binary1110011101000010011100100100111011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393400; }

 p { color: rgb(57,52,0); }

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

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

 a { background-color: rgb(57,52,0); }

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

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

 span { border-color: rgb(57,52,0); }

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