#39301D

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

Shades of Mikado #39301D

Tints of Mikado #39301D

Color information

#39301D (or 0x39301D) is unknown color: approx Mikado. HEX triplet: 39, 30 and 1D. RGB value is (57,48,29). Sum of RGB (Red+Green+Blue) = 57+48+29=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #39301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39301D is #C6CFE2. Grayscale: #303030. Windows color (decimal): -13029347 or 1912889. OLE color: 1912889.

HSL color Cylindrical-coordinate representation of color #39301D: hue angle of 40.71º 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 #39301D is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB574829-
CMYK00.160.490.78
HSL40.71º32.56%16.86%-
HSV(B)40.71º49.12%22.35%-
XYZ2.973.071.6-
YUV48.52116.98134.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=42.54%
G=35.82%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57482900.160.490.7840.7132.5616.86
Hex39301D010314E292111
Octal71603502061116514121
Binary11100111000011101010000110001100111010100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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