Html Css Color HEX #826155 Russett

📋 copy color: '#826155'

red 130 ◦ green 97 ◦ blue 85

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

Shades of Russett #826155

Tints of Russett #826155

RGB

 RED value IS 130 (51.17% from 255) = 41.67%

 GREEN value IS 97 (38.28% from 255) = 31.09%

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 41.67%
G = 31.09%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#826155 (or 0x826155) is known color: Russett. HEX triplet: 82, 61 and 55. RGB value is (130,97,85). Sum of RGB (Red+Green+Blue) = 130+97+85=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #826155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826155 is #7D9EAA. Grayscale: #696969. Windows color (decimal): -8232619 or 5595522. OLE color: 5595522.

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

Color convert

RGB 130 97 85 -
CMYK 0 0.25 0.35 0.49
HSL 16º 0.21% 0.42% -
HSV(B) 16º 0.35% 0.51% -
XYZ 15.12 13.95 10.49 -
YUV 105.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 130 97 85 0 0.25 0.35 0.49 16 0.21 0.42
Hex 82 61 55 0 19 23 31 10 15 2A
Octal 202 141 125 0 31 43 61 20 25 52
Binary 10000010 1100001 1010101 0 11001 100011 110001 10000 10101 101010

Color Harmonies of #826155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826155

Black with #826155

Text Example


Text Example

White with #826155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826155; }

 p { color: rgb(130,97,85); }

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

background-color css

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

 a { background-color: rgb(130,97,85); }

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

border-color css

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

 span { border-color: rgb(130,97,85); }

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