#393408

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

Shades of Maire #393408

Tints of Maire #393408

Color information

#393408 (or 0x393408) is unknown color: approx Maire. HEX triplet: 39, 34 and 08. RGB value is (57,52,8). Sum of RGB (Red+Green+Blue) = 57+52+8=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #393408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393408 is #C6CBF7. Grayscale: #303030. Windows color (decimal): -13028344 or 537657. OLE color: 537657.

HSL color Cylindrical-coordinate representation of color #393408: hue angle of 53.88º 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 #393408 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57528-
CMYK00.090.860.78
HSL53.88º75.38%12.75%-
HSV(B)53.88º85.96%22.35%-
XYZ2.963.340.72-
YUV48.48105.16134.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=48.72%
G=44.44%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5752800.090.860.7853.8875.3812.75
Hex3934809564E364bd
Octal7164100111261166611315
Binary1110011101001000010011010110100111011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393408; }

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

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

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

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

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

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

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

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