Html Css Color HEX #794014 Russet

📋 copy color: '#794014'

red 121 ◦ green 64 ◦ blue 20

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

Shades of Russet #794014

Tints of Russet #794014

RGB

 RED value IS 121 (47.66% from 255) = 59.02%

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 59.02%
G = 31.22%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#794014 (or 0x794014) is known color: Russet. HEX triplet: 79, 40 and 14. RGB value is (121,64,20). Sum of RGB (Red+Green+Blue) = 121+64+20=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #794014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #794014 is #86BFEB. Grayscale: #4C4C4C. Windows color (decimal): -8830956 or 1327225. OLE color: 1327225.

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

Color convert

RGB 121 64 20 -
CMYK 0 0.47 0.83 0.53
HSL 26.14º 0.72% 0.28% -
HSV(B) 26.14º 0.83% 0.47% -
XYZ 9.84 7.78 1.65 -
YUV 76.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 121 64 20 0 0.47 0.83 0.53 26.14 0.72 0.28
Hex 79 40 14 0 2F 53 35 1A 48 1C
Octal 171 100 24 0 57 123 65 32 110 34
Binary 1111001 1000000 10100 0 101111 1010011 110101 11010 1001000 11100

Color Harmonies of #794014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794014

Black with #794014

Text Example


Text Example

White with #794014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794014; }

 p { color: rgb(121,64,20); }

 H1.HeaderClassName
 {
   color: #794014;
 }
 .AnyTagClassName
 {
   color: #794014;
 }
</style>

background-color css

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

 a { background-color: rgb(121,64,20); }

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

border-color css

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

 span { border-color: rgb(121,64,20); }

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