#393C35

Color #393C35 Log Cabin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Log Cabin #393C35

Tints of Log Cabin #393C35

Color information

#393C35 (or 0x393C35) is unknown color: approx Log Cabin. HEX triplet: 39, 3C and 35. RGB value is (57,60,53). Sum of RGB (Red+Green+Blue) = 57+60+53=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 60 - color contains mainly: green. Hex color #393C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C35 is #C6C3CA. Grayscale: #3A3A3A. Windows color (decimal): -13026251 or 3488825. OLE color: 3488825.

HSL color Cylindrical-coordinate representation of color #393C35: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #393C35 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.

Color convert

RGB576053-
CMYK0.0500.120.76
HSL85.71º6.19%22.16%-
HSV(B)85.71º11.67%23.53%-
XYZ3.954.364-
YUV58.3125.01127.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.53%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 53 (21.09% from 255) = 31.18%
R=33.53%
G=35.29%
B=31.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5760530.0500.120.7685.716.1922.16
Hex393C3550C4C56616
Octal7174655014114126626
Binary111001111100110101101011001001100101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393C35; }

 p { color: rgb(57,60,53); }

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

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

 a { background-color: rgb(57,60,53); }

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

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

 span { border-color: rgb(57,60,53); }

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