#393207

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

Shades of Maire #393207

Tints of Maire #393207

Color information

#393207 (or 0x393207) is unknown color: approx Maire. HEX triplet: 39, 32 and 07. RGB value is (57,50,7). Sum of RGB (Red+Green+Blue) = 57+50+7=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #393207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393207 is #C6CDF8. Grayscale: #2F2F2F. Windows color (decimal): -13028857 or 471609. OLE color: 471609.

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

Color convert

RGB57507-
CMYK00.120.880.78
HSL51.6º78.12%12.55%-
HSV(B)51.6º87.72%22.35%-
XYZ2.873.170.66-
YUV47.19105.32135-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=50%
G=43.86%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5750700.120.880.7851.678.1212.55
Hex393270C584E344ed
Octal716270141301166411615
Binary111001110010111011001011000100111011010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393207; }

 p { color: rgb(57,50,7); }

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

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

 a { background-color: rgb(57,50,7); }

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

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

 span { border-color: rgb(57,50,7); }

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