#404931

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

Shades of Log Cabin #404931

Tints of Log Cabin #404931

Color information

#404931 (or 0x404931) is unknown color: approx Log Cabin. HEX triplet: 40, 49 and 31. RGB value is (64,73,49). Sum of RGB (Red+Green+Blue) = 64+73+49=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #404931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404931 is #BFB6CE. Grayscale: #434343. Windows color (decimal): -12564175 or 3230016. OLE color: 3230016.

HSL color Cylindrical-coordinate representation of color #404931: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404931 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB647349-
CMYK0.1200.330.71
HSL82.5º19.67%23.92%-
HSV(B)82.5º32.88%28.63%-
XYZ5.056.083.81-
YUV67.57117.52125.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=34.41%
G=39.25%
B=26.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473490.1200.330.7182.519.6723.92
Hex404931C02147521418
Octal10011161140411071222430
Binary1000000100100111000111000100001100011110100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404931; }

 p { color: rgb(64,73,49); }

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

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

 a { background-color: rgb(64,73,49); }

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

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

 span { border-color: rgb(64,73,49); }

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