#394228

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

Shades of Log Cabin #394228

Tints of Log Cabin #394228

Color information

#394228 (or 0x394228) is unknown color: approx Log Cabin. HEX triplet: 39, 42 and 28. RGB value is (57,66,40). Sum of RGB (Red+Green+Blue) = 57+66+40=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #394228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394228 is #C6BDD7. Grayscale: #3C3C3C. Windows color (decimal): -13024728 or 2638393. OLE color: 2638393.

HSL color Cylindrical-coordinate representation of color #394228: hue angle of 80.77º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #394228 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB576640-
CMYK0.1400.390.74
HSL80.77º24.53%20.78%-
HSV(B)80.77º39.39%25.88%-
XYZ4.024.922.75-
YUV60.34116.52125.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.97%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=34.97%
G=40.49%
B=24.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5766400.1400.390.7480.7724.5320.78
Hex394228E0274A511915
Octal7110250160471121213125
Binary111001100001010100011100100111100101010100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394228; }

 p { color: rgb(57,66,40); }

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

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

 a { background-color: rgb(57,66,40); }

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

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

 span { border-color: rgb(57,66,40); }

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