#39300C

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

Shades of Mikado #39300C

Tints of Mikado #39300C

Color information

#39300C (or 0x39300C) is unknown color: approx Mikado. HEX triplet: 39, 30 and 0C. RGB value is (57,48,12). Sum of RGB (Red+Green+Blue) = 57+48+12=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #39300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39300C is #C6CFF3. Grayscale: #2E2E2E. Windows color (decimal): -13029364 or 798777. OLE color: 798777.

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

Color convert

RGB574812-
CMYK00.160.790.78
HSL48º65.22%13.53%-
HSV(B)48º78.95%22.35%-
XYZ2.813.010.78-
YUV46.59108.48135.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=48.72%
G=41.03%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57481200.160.790.784865.2213.53
Hex3930C0104F4E3041e
Octal7160140201171166010116
Binary11100111000011000100001001111100111011000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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