Html Css Color HEX #804315 Russet

📋 copy color: '#804315'

red 128 ◦ green 67 ◦ blue 21

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

Shades of Russet #804315

Tints of Russet #804315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 59.26%
G = 31.02%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#804315 (or 0x804315) is known color: Russet. HEX triplet: 80, 43 and 15. RGB value is (128,67,21). Sum of RGB (Red+Green+Blue) = 128+67+21=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #804315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804315 is #7FBCEA. Grayscale: #505050. Windows color (decimal): -8371435 or 1393536. OLE color: 1393536.

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

Color convert

RGB 128 67 21 -
CMYK 0 0.48 0.84 0.50
HSL 25.79º 0.72% 0.29% -
HSV(B) 25.79º 0.84% 0.5% -
XYZ 11.04 8.66 1.8 -
YUV 80 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 128 67 21 0 0.48 0.84 0.50 25.79 0.72 0.29
Hex 80 43 15 0 30 54 32 1A 48 1D
Octal 200 103 25 0 60 124 62 32 110 35
Binary 10000000 1000011 10101 0 110000 1010100 110010 11010 1001000 11101

Color Harmonies of #804315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804315

Black with #804315

Text Example


Text Example

White with #804315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804315; }

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

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

background-color css

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

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

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

border-color css

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

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

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