#835C55

Color #835C55 Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #835C55

Tints of Russett #835C55

Color information

#835C55 (or 0x835C55) is unknown color: approx Russett. HEX triplet: 83, 5C and 55. RGB value is (131,92,85). Sum of RGB (Red+Green+Blue) = 131+92+85=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #835C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C55 is #7CA3AA. Grayscale: #666666. Windows color (decimal): -8168363 or 5594243. OLE color: 5594243.

HSL color Cylindrical-coordinate representation of color #835C55: hue angle of 9.13º 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 #835C55 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1319285-
CMYK00.300.350.49
HSL9.13º21.3%42.35%-
HSV(B)9.13º35.11%51.37%-
XYZ14.8313.1410.35-
YUV102.86117.92148.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=42.53%
G=29.87%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131928500.300.350.499.1321.342.35
Hex835C5501E23319152a
Octal2031341250364361112552
Binary1000001110111001010101011110100011110001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835C55; }

 p { color: rgb(131,92,85); }

 H1.HeaderClassName
 {
   color: #835C55;
 }
 .AnyTagClassName
 {
   color: #835C55;
 }
</style>
background-color css

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

 a { background-color: rgb(131,92,85); }

 div.DivClassName
 {
   background-color: #835C55;
 }
 .BgClassName
 {
   background-color: #835C55;
 }
</style>
border-color css

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

 span { border-color: rgb(131,92,85); }

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