Html Css Color HEX #804115 Russet

📋 copy color: '#804115'

red 128 ◦ green 65 ◦ blue 21

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

Shades of Russet #804115

Tints of Russet #804115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.81%

R = 59.81%
G = 30.37%
B = 9.81%

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

#804115 (or 0x804115) is known color: Russet. HEX triplet: 80, 41 and 15. RGB value is (128,65,21). Sum of RGB (Red+Green+Blue) = 128+65+21=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #804115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804115 is #7FBEEA. Grayscale: #4F4F4F. Windows color (decimal): -8371947 or 1393024. OLE color: 1393024.

HSL color Cylindrical-coordinate representation of color #804115: hue angle of 24.67º degrees, saturation: 0.72, 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 #804115 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 21 -
CMYK 0 0.49 0.84 0.50
HSL 24.67º 0.72% 0.29% -
HSV(B) 24.67º 0.84% 0.5% -
XYZ 10.93 8.42 1.76 -
YUV 78.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 128 65 21 0 0.49 0.84 0.50 24.67 0.72 0.29
Hex 80 41 15 0 31 54 32 19 48 1D
Octal 200 101 25 0 61 124 62 31 110 35
Binary 10000000 1000001 10101 0 110001 1010100 110010 11001 1001000 11101

Color Harmonies of #804115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804115

Black with #804115

Text Example


Text Example

White with #804115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804115; }

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

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

background-color css

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

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

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

border-color css

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

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

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