Html Css Color HEX #806053 Russett

📋 copy color: '#806053'

red 128 ◦ green 96 ◦ blue 83

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

Shades of Russett #806053

Tints of Russett #806053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 41.69%
G = 31.27%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#806053 (or 0x806053) is known color: Russett. HEX triplet: 80, 60 and 53. RGB value is (128,96,83). Sum of RGB (Red+Green+Blue) = 128+96+83=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #806053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806053 is #7F9FAC. Grayscale: #686868. Windows color (decimal): -8363949 or 5464192. OLE color: 5464192.

HSL color Cylindrical-coordinate representation of color #806053: hue angle of 17.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #806053 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 83 -
CMYK 0 0.25 0.35 0.50
HSL 17.33º 0.21% 0.41% -
HSV(B) 17.33º 0.35% 0.5% -
XYZ 14.65 13.58 10.03 -
YUV 104.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 128 96 83 0 0.25 0.35 0.50 17.33 0.21 0.41
Hex 80 60 53 0 19 23 32 11 15 29
Octal 200 140 123 0 31 43 62 21 25 51
Binary 10000000 1100000 1010011 0 11001 100011 110010 10001 10101 101001

Color Harmonies of #806053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806053

Black with #806053

Text Example


Text Example

White with #806053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806053; }

 p { color: rgb(128,96,83); }

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

background-color css

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

 a { background-color: rgb(128,96,83); }

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

border-color css

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

 span { border-color: rgb(128,96,83); }

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