#774015

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

Shades of Russet #774015

Tints of Russet #774015

Color information

#774015 (or 0x774015) is unknown color: approx Russet. HEX triplet: 77, 40 and 15. RGB value is (119,64,21). Sum of RGB (Red+Green+Blue) = 119+64+21=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #774015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774015 is #88BFEA. Grayscale: #4B4B4B. Windows color (decimal): -8962027 or 1392759. OLE color: 1392759.

HSL color Cylindrical-coordinate representation of color #774015: hue angle of 26.33º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #774015 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1196421-
CMYK00.460.820.53
HSL26.33º70%27.45%-
HSV(B)26.33º82.35%46.67%-
XYZ9.587.641.68-
YUV75.5497.22159-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=58.33%
G=31.37%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119642100.460.820.5326.337027.45
Hex77401502E52351a461b
Octal16710025056122653210633
Binary11101111000000101010101110101001011010111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774015; }

 p { color: rgb(119,64,21); }

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

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

 a { background-color: rgb(119,64,21); }

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

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

 span { border-color: rgb(119,64,21); }

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