#39301E

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

Shades of Mikado #39301E

Tints of Mikado #39301E

Color information

#39301E (or 0x39301E) is unknown color: approx Mikado. HEX triplet: 39, 30 and 1E. RGB value is (57,48,30). Sum of RGB (Red+Green+Blue) = 57+48+30=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #39301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39301E is #C6CFE1. Grayscale: #303030. Windows color (decimal): -13029346 or 1978425. OLE color: 1978425.

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

Color convert

RGB574830-
CMYK00.160.470.78
HSL40º31.03%17.06%-
HSV(B)40º47.37%22.35%-
XYZ2.983.081.67-
YUV48.64117.48133.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=42.22%
G=35.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57483000.160.470.784031.0317.06
Hex39301E0102F4E281f11
Octal71603602057116503721
Binary1110011100001111001000010111110011101010001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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