#39321D

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

Shades of Mikado #39321D

Tints of Mikado #39321D

Color information

#39321D (or 0x39321D) is unknown color: approx Mikado. HEX triplet: 39, 32 and 1D. RGB value is (57,50,29). Sum of RGB (Red+Green+Blue) = 57+50+29=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #39321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39321D is #C6CDE2. Grayscale: #313131. Windows color (decimal): -13028835 or 1913401. OLE color: 1913401.

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

Color convert

RGB575029-
CMYK00.120.490.78
HSL45º32.56%16.86%-
HSV(B)45º49.12%22.35%-
XYZ3.053.241.63-
YUV49.7116.32133.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=41.91%
G=36.76%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57502900.120.490.784532.5616.86
Hex39321D0C314E2d2111
Octal71623501461116554121
Binary1110011100101110101100110001100111010110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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