#774418

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

Shades of Russet #774418

Tints of Russet #774418

Color information

#774418 (or 0x774418) is unknown color: approx Russet. HEX triplet: 77, 44 and 18. RGB value is (119,68,24). Sum of RGB (Red+Green+Blue) = 119+68+24=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #774418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774418 is #88BBE7. Grayscale: #4E4E4E. Windows color (decimal): -8961000 or 1590391. OLE color: 1590391.

HSL color Cylindrical-coordinate representation of color #774418: hue angle of 27.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #774418 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1196824-
CMYK00.430.800.53
HSL27.79º66.43%28.04%-
HSV(B)27.79º79.83%46.67%-
XYZ9.848.121.91-
YUV78.2397.4157.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=56.40%
G=32.23%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119682400.430.800.5327.7966.4328.04
Hex77441802B50351c421c
Octal16710430053120653410234
Binary11101111000100110000101011101000011010111100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774418; }

 p { color: rgb(119,68,24); }

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

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

 a { background-color: rgb(119,68,24); }

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

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

 span { border-color: rgb(119,68,24); }

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