#404731

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

Shades of Log Cabin #404731

Tints of Log Cabin #404731

Color information

#404731 (or 0x404731) is unknown color: approx Log Cabin. HEX triplet: 40, 47 and 31. RGB value is (64,71,49). Sum of RGB (Red+Green+Blue) = 64+71+49=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #404731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404731 is #BFB8CE. Grayscale: #424242. Windows color (decimal): -12564687 or 3229504. OLE color: 3229504.

HSL color Cylindrical-coordinate representation of color #404731: hue angle of 79.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #404731 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB647149-
CMYK0.1000.310.72
HSL79.09º18.33%23.53%-
HSV(B)79.09º30.99%27.84%-
XYZ4.925.823.77-
YUV66.4118.18126.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=34.78%
G=38.59%
B=26.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471490.1000.310.7279.0918.3323.53
Hex404731A01F484f1218
Octal10010761120371101172230
Binary100000010001111100011010011111100100010011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404731; }

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

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

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

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

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

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

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

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