Html Css Color HEX #805F52 Russett

📋 copy color: '#805F52'

red 128 ◦ green 95 ◦ blue 82

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

Shades of Russett #805F52

Tints of Russett #805F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 41.97%
G = 31.15%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#805F52 (or 0x805F52) is known color: Russett. HEX triplet: 80, 5F and 52. RGB value is (128,95,82). Sum of RGB (Red+Green+Blue) = 128+95+82=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #805F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805F52 is #7FA0AD. Grayscale: #676767. Windows color (decimal): -8364206 or 5398400. OLE color: 5398400.

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

Color convert

RGB 128 95 82 -
CMYK 0 0.26 0.36 0.50
HSL 16.96º 0.22% 0.41% -
HSV(B) 16.96º 0.36% 0.5% -
XYZ 14.52 13.38 9.8 -
YUV 103.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 128 95 82 0 0.26 0.36 0.50 16.96 0.22 0.41
Hex 80 5F 52 0 1A 24 32 11 16 29
Octal 200 137 122 0 32 44 62 21 26 51
Binary 10000000 1011111 1010010 0 11010 100100 110010 10001 10110 101001

Color Harmonies of #805F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F52

Black with #805F52

Text Example


Text Example

White with #805F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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