#393020

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

Shades of Creole #393020

Tints of Creole #393020

Color information

#393020 (or 0x393020) is unknown color: approx Creole. HEX triplet: 39, 30 and 20. RGB value is (57,48,32). Sum of RGB (Red+Green+Blue) = 57+48+32=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #393020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393020 is #C6CFDF. Grayscale: #303030. Windows color (decimal): -13029344 or 2109497. OLE color: 2109497.

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

Color convert

RGB574832-
CMYK00.160.440.78
HSL38.4º28.09%17.45%-
HSV(B)38.4º43.86%22.35%-
XYZ3.013.091.8-
YUV48.87118.48133.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=41.61%
G=35.04%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57483200.160.440.7838.428.0917.45
Hex3930200102C4E261c11
Octal71604002054116463421
Binary11100111000010000001000010110010011101001101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393020; }

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

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

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

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

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

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

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

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