Html Css Color HEX #825F56 Russett

📋 copy color: '#825F56'

red 130 ◦ green 95 ◦ blue 86

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

Shades of Russett #825F56

Tints of Russett #825F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.65%

R = 41.8%
G = 30.55%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#825F56 (or 0x825F56) is known color: Russett. HEX triplet: 82, 5F and 56. RGB value is (130,95,86). Sum of RGB (Red+Green+Blue) = 130+95+86=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F56 is #7DA0A9. Grayscale: #686868. Windows color (decimal): -8233130 or 5660546. OLE color: 5660546.

HSL color Cylindrical-coordinate representation of color #825F56: hue angle of 12.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825F56 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 95 86 -
CMYK 0 0.27 0.34 0.49
HSL 12.27º 0.2% 0.42% -
HSV(B) 12.27º 0.34% 0.51% -
XYZ 14.98 13.6 10.64 -
YUV 104.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 130 95 86 0 0.27 0.34 0.49 12.27 0.2 0.42
Hex 82 5F 56 0 1B 22 31 C 14 2A
Octal 202 137 126 0 33 42 61 14 24 52
Binary 10000010 1011111 1010110 0 11011 100010 110001 1100 10100 101010

Color Harmonies of #825F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F56

Black with #825F56

Text Example


Text Example

White with #825F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825F56; }

 p { color: rgb(130,95,86); }

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

background-color css

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

 a { background-color: rgb(130,95,86); }

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

border-color css

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

 span { border-color: rgb(130,95,86); }

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