#39320D

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

Shades of Mikado #39320D

Tints of Mikado #39320D

Color information

#39320D (or 0x39320D) is unknown color: approx Mikado. HEX triplet: 39, 32 and 0D. RGB value is (57,50,13). Sum of RGB (Red+Green+Blue) = 57+50+13=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39320D is #C6CDF2. Grayscale: #303030. Windows color (decimal): -13028851 or 864825. OLE color: 864825.

HSL color Cylindrical-coordinate representation of color #39320D: hue angle of 50.45º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39320D is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB575013-
CMYK00.120.770.78
HSL50.45º62.86%13.73%-
HSV(B)50.45º77.19%22.35%-
XYZ2.93.180.84-
YUV47.88108.32134.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=47.5%
G=41.67%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57501300.120.770.7850.4562.8613.73
Hex3932D0C4D4E323fe
Octal716215014115116627716
Binary111001110010110101100100110110011101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,50,13); }

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

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

 a { background-color: rgb(57,50,13); }

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

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

 span { border-color: rgb(57,50,13); }

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