#393208

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

Shades of Maire #393208

Tints of Maire #393208

Color information

#393208 (or 0x393208) is unknown color: approx Maire. HEX triplet: 39, 32 and 08. RGB value is (57,50,8). Sum of RGB (Red+Green+Blue) = 57+50+8=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #393208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393208 is #C6CDF7. Grayscale: #2F2F2F. Windows color (decimal): -13028856 or 537145. OLE color: 537145.

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

Color convert

RGB57508-
CMYK00.120.860.78
HSL51.43º75.38%12.75%-
HSV(B)51.43º85.96%22.35%-
XYZ2.873.170.69-
YUV47.3105.82134.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=49.57%
G=43.48%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5750800.120.860.7851.4375.3812.75
Hex393280C564E334bd
Octal7162100141261166311315
Binary1110011100101000011001010110100111011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393208; }

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

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

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

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

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

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

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

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