#39310D

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

Shades of Mikado #39310D

Tints of Mikado #39310D

Color information

#39310D (or 0x39310D) is unknown color: approx Mikado. HEX triplet: 39, 31 and 0D. RGB value is (57,49,13). Sum of RGB (Red+Green+Blue) = 57+49+13=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #39310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39310D is #C6CEF2. Grayscale: #2F2F2F. Windows color (decimal): -13029107 or 864569. OLE color: 864569.

HSL color Cylindrical-coordinate representation of color #39310D: hue angle of 49.09º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39310D is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB574913-
CMYK00.140.770.78
HSL49.09º62.86%13.73%-
HSV(B)49.09º77.19%22.35%-
XYZ2.863.10.83-
YUV47.29108.65134.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.90%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=47.90%
G=41.18%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57491300.140.770.7849.0962.8613.73
Hex3931D0E4D4E313fe
Octal716115016115116617716
Binary111001110001110101110100110110011101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39310D; }

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

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

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

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

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

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

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

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