#39301C

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

Shades of Mikado #39301C

Tints of Mikado #39301C

Color information

#39301C (or 0x39301C) is unknown color: approx Mikado. HEX triplet: 39, 30 and 1C. RGB value is (57,48,28). Sum of RGB (Red+Green+Blue) = 57+48+28=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #39301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39301C is #C6CFE3. Grayscale: #303030. Windows color (decimal): -13029348 or 1847353. OLE color: 1847353.

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

Color convert

RGB574828-
CMYK00.160.510.78
HSL41.38º34.12%16.67%-
HSV(B)41.38º50.88%22.35%-
XYZ2.953.071.54-
YUV48.41116.48134.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=42.86%
G=36.09%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57482800.160.510.7841.3834.1216.67
Hex39301C010334E292211
Octal71603402063116514221
Binary11100111000011100010000110011100111010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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