Html Css Color HEX #805F54 Russett

📋 copy color: '#805F54'

red 128 ◦ green 95 ◦ blue 84

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

Shades of Russett #805F54

Tints of Russett #805F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.94%

 BLUE value IS 84 (33.2% from 255) = 27.36%

R = 41.69%
G = 30.94%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#805F54 (or 0x805F54) is known color: Russett. HEX triplet: 80, 5F and 54. RGB value is (128,95,84). Sum of RGB (Red+Green+Blue) = 128+95+84=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #805F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F54 is #7FA0AB. Grayscale: #676767. Windows color (decimal): -8364204 or 5529472. OLE color: 5529472.

HSL color Cylindrical-coordinate representation of color #805F54: hue angle of 15º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805F54 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 95 84 -
CMYK 0 0.26 0.34 0.50
HSL 15º 0.21% 0.42% -
HSV(B) 15º 0.34% 0.5% -
XYZ 14.59 13.41 10.21 -
YUV 103.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 128 95 84 0 0.26 0.34 0.50 15 0.21 0.42
Hex 80 5F 54 0 1A 22 32 F 15 2A
Octal 200 137 124 0 32 42 62 17 25 52
Binary 10000000 1011111 1010100 0 11010 100010 110010 1111 10101 101010

Color Harmonies of #805F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F54

Black with #805F54

Text Example


Text Example

White with #805F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805F54; }

 p { color: rgb(128,95,84); }

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

background-color css

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

 a { background-color: rgb(128,95,84); }

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

border-color css

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

 span { border-color: rgb(128,95,84); }

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