Html Css Color HEX #804114 Russet

📋 copy color: '#804114'

red 128 ◦ green 65 ◦ blue 20

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

Shades of Russet #804114

Tints of Russet #804114

RGB

 RED value IS 128 (50.39% from 255) = 60.09%

 GREEN value IS 65 (25.78% from 255) = 30.52%

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

R = 60.09%
G = 30.52%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#804114 (or 0x804114) is known color: Russet. HEX triplet: 80, 41 and 14. RGB value is (128,65,20). Sum of RGB (Red+Green+Blue) = 128+65+20=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #804114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804114 is #7FBEEB. Grayscale: #4E4E4E. Windows color (decimal): -8371948 or 1327488. OLE color: 1327488.

HSL color Cylindrical-coordinate representation of color #804114: hue angle of 25º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #804114 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 20 -
CMYK 0 0.49 0.84 0.50
HSL 25º 0.73% 0.29% -
HSV(B) 25º 0.84% 0.5% -
XYZ 10.92 8.42 1.71 -
YUV 78.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 128 65 20 0 0.49 0.84 0.50 25 0.73 0.29
Hex 80 41 14 0 31 54 32 19 49 1D
Octal 200 101 24 0 61 124 62 31 111 35
Binary 10000000 1000001 10100 0 110001 1010100 110010 11001 1001001 11101

Color Harmonies of #804114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804114

Black with #804114

Text Example


Text Example

White with #804114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804114; }

 p { color: rgb(128,65,20); }

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

background-color css

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

 a { background-color: rgb(128,65,20); }

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

border-color css

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

 span { border-color: rgb(128,65,20); }

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