#773E12

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

Shades of Russet #773E12

Tints of Russet #773E12

Color information

#773E12 (or 0x773E12) is unknown color: approx Russet. HEX triplet: 77, 3E and 12. RGB value is (119,62,18). Sum of RGB (Red+Green+Blue) = 119+62+18=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #773E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773E12 is #88C1ED. Grayscale: #4A4A4A. Windows color (decimal): -8962542 or 1195639. OLE color: 1195639.

HSL color Cylindrical-coordinate representation of color #773E12: hue angle of 26.14º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #773E12 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1196218-
CMYK00.480.850.53
HSL26.14º73.72%26.86%-
HSV(B)26.14º84.87%46.67%-
XYZ9.447.411.51-
YUV74.0396.38160.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=59.80%
G=31.16%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119621800.480.850.5326.1473.7226.86
Hex773E1203055351a4a1b
Octal1677622060125653211233
Binary1110111111110100100110000101010111010111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773E12; }

 p { color: rgb(119,62,18); }

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

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

 a { background-color: rgb(119,62,18); }

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

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

 span { border-color: rgb(119,62,18); }

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