Html Css Color HEX #404731 Log Cabin

📋 copy color: '#404731'

red 64 ◦ green 71 ◦ blue 49

#404731
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Log Cabin #404731

Tints of Log Cabin #404731

RGB

 RED value IS 64 (25.39% from 255) = 34.78%

 GREEN value IS 71 (28.13% 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 value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#404731 (or 0x404731) is known color: 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

RGB 64 71 49 -
CMYK 0.10 0 0.31 0.72
HSL 79.09º 0.18% 0.24% -
HSV(B) 79.09º 0.31% 0.28% -
XYZ 4.92 5.82 3.77 -
YUV 66.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 64 71 49 0.10 0 0.31 0.72 79.09 0.18 0.24
Hex 40 47 31 A 0 1F 48 4F 12 18
Octal 100 107 61 12 0 37 110 117 22 30
Binary 1000000 1000111 110001 1010 0 11111 1001000 1001111 10010 11000

Color Harmonies of #404731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404731

Black with #404731

Text Example


Text Example

White with #404731

Text Example


Text Example

HTML Codes & Css Web 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>