#393C34

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

Shades of Log Cabin #393C34

Tints of Log Cabin #393C34

Color information

#393C34 (or 0x393C34) is unknown color: approx Log Cabin. HEX triplet: 39, 3C and 34. RGB value is (57,60,52). Sum of RGB (Red+Green+Blue) = 57+60+52=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 60 - color contains mainly: green. Hex color #393C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C34 is #C6C3CB. Grayscale: #3A3A3A. Windows color (decimal): -13026252 or 3423289. OLE color: 3423289.

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

Color convert

RGB576052-
CMYK0.0500.130.76
HSL82.5º7.14%21.96%-
HSV(B)82.5º13.33%23.53%-
XYZ3.924.353.88-
YUV58.19124.51127.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.73%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=33.73%
G=35.50%
B=30.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5760520.0500.130.7682.57.1421.96
Hex393C3450D4C52716
Octal7174645015114122726
Binary111001111100110100101011011001100101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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