Html Css Color HEX #804310 Russet

📋 copy color: '#804310'

red 128 ◦ green 67 ◦ blue 16

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

Shades of Russet #804310

Tints of Russet #804310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 60.66%
G = 31.75%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#804310 (or 0x804310) is known color: Russet. HEX triplet: 80, 43 and 10. RGB value is (128,67,16). Sum of RGB (Red+Green+Blue) = 128+67+16=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #804310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804310 is #7FBCEF. Grayscale: #4F4F4F. Windows color (decimal): -8371440 or 1065856. OLE color: 1065856.

HSL color Cylindrical-coordinate representation of color #804310: hue angle of 27.32º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #804310 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 67 16 -
CMYK 0 0.48 0.88 0.50
HSL 27.32º 0.78% 0.28% -
HSV(B) 27.32º 0.88% 0.5% -
XYZ 11 8.64 1.58 -
YUV 79.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 128 67 16 0 0.48 0.88 0.50 27.32 0.78 0.28
Hex 80 43 10 0 30 58 32 1B 4E 1C
Octal 200 103 20 0 60 130 62 33 116 34
Binary 10000000 1000011 10000 0 110000 1011000 110010 11011 1001110 11100

Color Harmonies of #804310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804310

Black with #804310

Text Example


Text Example

White with #804310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804310; }

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

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

background-color css

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

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

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

border-color css

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

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

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