Html Css Color HEX #826258 Russett

📋 copy color: '#826258'

red 130 ◦ green 98 ◦ blue 88

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

Shades of Russett #826258

Tints of Russett #826258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 41.14%
G = 31.01%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#826258 (or 0x826258) is known color: Russett. HEX triplet: 82, 62 and 58. RGB value is (130,98,88). Sum of RGB (Red+Green+Blue) = 130+98+88=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #826258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826258 is #7D9DA7. Grayscale: #6A6A6A. Windows color (decimal): -8232360 or 5792386. OLE color: 5792386.

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

Color convert

RGB 130 98 88 -
CMYK 0 0.25 0.32 0.49
HSL 14.29º 0.19% 0.43% -
HSV(B) 14.29º 0.32% 0.51% -
XYZ 15.34 14.19 11.16 -
YUV 106.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 130 98 88 0 0.25 0.32 0.49 14.29 0.19 0.43
Hex 82 62 58 0 19 20 31 E 13 2B
Octal 202 142 130 0 31 40 61 16 23 53
Binary 10000010 1100010 1011000 0 11001 100000 110001 1110 10011 101011

Color Harmonies of #826258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826258

Black with #826258

Text Example


Text Example

White with #826258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826258; }

 p { color: rgb(130,98,88); }

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

background-color css

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

 a { background-color: rgb(130,98,88); }

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

border-color css

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

 span { border-color: rgb(130,98,88); }

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