#39310E

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

Shades of Mikado #39310E

Tints of Mikado #39310E

Color information

#39310E (or 0x39310E) is unknown color: approx Mikado. HEX triplet: 39, 31 and 0E. RGB value is (57,49,14). Sum of RGB (Red+Green+Blue) = 57+49+14=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39310E is #C6CEF1. Grayscale: #2F2F2F. Windows color (decimal): -13029106 or 930105. OLE color: 930105.

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

Color convert

RGB574914-
CMYK00.140.750.78
HSL48.84º60.56%13.92%-
HSV(B)48.84º75.44%22.35%-
XYZ2.863.10.86-
YUV47.4109.15134.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=47.5%
G=40.83%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57491400.140.750.7848.8460.5613.92
Hex3931E0E4B4E313de
Octal716116016113116617516
Binary111001110001111001110100101110011101100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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