#39311F

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

Shades of Mikado #39311F

Tints of Mikado #39311F

Color information

#39311F (or 0x39311F) is unknown color: approx Mikado. HEX triplet: 39, 31 and 1F. RGB value is (57,49,31). Sum of RGB (Red+Green+Blue) = 57+49+31=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #39311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39311F is #C6CEE0. Grayscale: #313131. Windows color (decimal): -13029089 or 2044217. OLE color: 2044217.

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

Color convert

RGB574931-
CMYK00.140.460.78
HSL41.54º29.55%17.25%-
HSV(B)41.54º45.61%22.35%-
XYZ3.033.171.75-
YUV49.34117.65133.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=41.61%
G=35.77%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57493100.140.460.7841.5429.5517.25
Hex39311F0E2E4E2a1e11
Octal71613701656116523621
Binary111001110001111110111010111010011101010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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