#39300A

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

Shades of Mikado #39300A

Tints of Mikado #39300A

Color information

#39300A (or 0x39300A) is unknown color: approx Mikado. HEX triplet: 39, 30 and 0A. RGB value is (57,48,10). Sum of RGB (Red+Green+Blue) = 57+48+10=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #39300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39300A is #C6CFF5. Grayscale: #2E2E2E. Windows color (decimal): -13029366 or 667705. OLE color: 667705.

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

Color convert

RGB574810-
CMYK00.160.820.78
HSL48.51º70.15%13.14%-
HSV(B)48.51º82.46%22.35%-
XYZ2.83.010.72-
YUV46.36107.48135.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=49.57%
G=41.74%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57481000.160.820.7848.5170.1513.14
Hex3930A010524E3146d
Octal7160120201221166110615
Binary11100111000010100100001010010100111011000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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