#39300E

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

Shades of Mikado #39300E

Tints of Mikado #39300E

Color information

#39300E (or 0x39300E) is unknown color: approx Mikado. HEX triplet: 39, 30 and 0E. RGB value is (57,48,14). Sum of RGB (Red+Green+Blue) = 57+48+14=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #39300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39300E is #C6CFF1. Grayscale: #2E2E2E. Windows color (decimal): -13029362 or 929849. OLE color: 929849.

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

Color convert

RGB574814-
CMYK00.160.750.78
HSL47.44º60.56%13.92%-
HSV(B)47.44º75.44%22.35%-
XYZ2.823.020.85-
YUV46.82109.48135.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.90%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=47.90%
G=40.34%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57481400.160.750.7847.4460.5613.92
Hex3930E0104B4E2f3de
Octal716016020113116577516
Binary1110011100001110010000100101110011101011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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