#39311E

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

Shades of Mikado #39311E

Tints of Mikado #39311E

Color information

#39311E (or 0x39311E) is unknown color: approx Mikado. HEX triplet: 39, 31 and 1E. RGB value is (57,49,30). Sum of RGB (Red+Green+Blue) = 57+49+30=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #39311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39311E is #C6CEE1. Grayscale: #313131. Windows color (decimal): -13029090 or 1978681. OLE color: 1978681.

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

Color convert

RGB574930-
CMYK00.140.470.78
HSL42.22º31.03%17.06%-
HSV(B)42.22º47.37%22.35%-
XYZ3.023.161.68-
YUV49.23117.15133.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=41.91%
G=36.03%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57493000.140.470.7842.2231.0317.06
Hex39311E0E2F4E2a1f11
Octal71613601657116523721
Binary111001110001111100111010111110011101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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