#393108

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

Shades of Mikado #393108

Tints of Mikado #393108

Color information

#393108 (or 0x393108) is unknown color: approx Mikado. HEX triplet: 39, 31 and 08. RGB value is (57,49,8). Sum of RGB (Red+Green+Blue) = 57+49+8=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #393108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393108 is #C6CEF7. Grayscale: #2E2E2E. Windows color (decimal): -13029112 or 536889. OLE color: 536889.

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

Color convert

RGB57498-
CMYK00.140.860.78
HSL50.2º75.38%12.75%-
HSV(B)50.2º85.96%22.35%-
XYZ2.833.080.68-
YUV46.72106.15135.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=50%
G=42.98%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5749800.140.860.7850.275.3812.75
Hex393180E564E324bd
Octal7161100161261166211315
Binary1110011100011000011101010110100111011001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393108; }

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

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

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

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

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

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

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

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