Html Css Color HEX #825C56 Russett

📋 copy color: '#825C56'

red 130 ◦ green 92 ◦ blue 86

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

Shades of Russett #825C56

Tints of Russett #825C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

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

R = 42.21%
G = 29.87%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#825C56 (or 0x825C56) is known color: Russett. HEX triplet: 82, 5C and 56. RGB value is (130,92,86). Sum of RGB (Red+Green+Blue) = 130+92+86=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #825C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C56 is #7DA3A9. Grayscale: #666666. Windows color (decimal): -8233898 or 5659778. OLE color: 5659778.

HSL color Cylindrical-coordinate representation of color #825C56: hue angle of 8.18º 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 #825C56 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 86 -
CMYK 0 0.29 0.34 0.49
HSL 8.18º 0.2% 0.42% -
HSV(B) 8.18º 0.34% 0.51% -
XYZ 14.71 13.07 10.55 -
YUV 102.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 130 92 86 0 0.29 0.34 0.49 8.18 0.2 0.42
Hex 82 5C 56 0 1D 22 31 8 14 2A
Octal 202 134 126 0 35 42 61 10 24 52
Binary 10000010 1011100 1010110 0 11101 100010 110001 1000 10100 101010

Color Harmonies of #825C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C56

Black with #825C56

Text Example


Text Example

White with #825C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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