Html Css Color HEX #784014 Russet

📋 copy color: '#784014'

red 120 ◦ green 64 ◦ blue 20

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

Shades of Russet #784014

Tints of Russet #784014

RGB

 RED value IS 120 (47.27% from 255) = 58.82%

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

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

R = 58.82%
G = 31.37%
B = 9.8%

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

#784014 (or 0x784014) is known color: Russet. HEX triplet: 78, 40 and 14. RGB value is (120,64,20). Sum of RGB (Red+Green+Blue) = 120+64+20=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #784014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784014 is #87BFEB. Grayscale: #4B4B4B. Windows color (decimal): -8896492 or 1327224. OLE color: 1327224.

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

Color convert

RGB 120 64 20 -
CMYK 0 0.47 0.83 0.53
HSL 26.4º 0.71% 0.27% -
HSV(B) 26.4º 0.83% 0.47% -
XYZ 9.71 7.71 1.64 -
YUV 75.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 120 64 20 0 0.47 0.83 0.53 26.4 0.71 0.27
Hex 78 40 14 0 2F 53 35 1A 47 1B
Octal 170 100 24 0 57 123 65 32 107 33
Binary 1111000 1000000 10100 0 101111 1010011 110101 11010 1000111 11011

Color Harmonies of #784014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784014

Black with #784014

Text Example


Text Example

White with #784014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784014; }

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

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

background-color css

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

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

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

border-color css

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

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

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