Html Css Color HEX #806052 Russett

📋 copy color: '#806052'

red 128 ◦ green 96 ◦ blue 82

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

Shades of Russett #806052

Tints of Russett #806052

RGB

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

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

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

R = 41.83%
G = 31.37%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#806052 (or 0x806052) is known color: Russett. HEX triplet: 80, 60 and 52. RGB value is (128,96,82). Sum of RGB (Red+Green+Blue) = 128+96+82=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #806052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806052 is #7F9FAD. Grayscale: #686868. Windows color (decimal): -8363950 or 5398656. OLE color: 5398656.

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

Color convert

RGB 128 96 82 -
CMYK 0 0.25 0.36 0.50
HSL 18.26º 0.22% 0.41% -
HSV(B) 18.26º 0.36% 0.5% -
XYZ 14.61 13.56 9.83 -
YUV 103.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 128 96 82 0 0.25 0.36 0.50 18.26 0.22 0.41
Hex 80 60 52 0 19 24 32 12 16 29
Octal 200 140 122 0 31 44 62 22 26 51
Binary 10000000 1100000 1010010 0 11001 100100 110010 10010 10110 101001

Color Harmonies of #806052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806052

Black with #806052

Text Example


Text Example

White with #806052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806052; }

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

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

background-color css

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

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

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

border-color css

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

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

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