#39311D

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

Shades of Mikado #39311D

Tints of Mikado #39311D

Color information

#39311D (or 0x39311D) is unknown color: approx Mikado. HEX triplet: 39, 31 and 1D. RGB value is (57,49,29). Sum of RGB (Red+Green+Blue) = 57+49+29=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #39311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39311D is #C6CEE2. Grayscale: #313131. Windows color (decimal): -13029091 or 1913145. OLE color: 1913145.

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

Color convert

RGB574929-
CMYK00.140.490.78
HSL42.86º32.56%16.86%-
HSV(B)42.86º49.12%22.35%-
XYZ3.013.161.61-
YUV49.11116.65133.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=42.22%
G=36.30%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57492900.140.490.7842.8632.5616.86
Hex39311D0E314E2b2111
Octal71613501661116534121
Binary1110011100011110101110110001100111010101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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