Html Css Color HEX #85521C Russet

📋 copy color: '#85521C'

red 133 ◦ green 82 ◦ blue 28

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

Shades of Russet #85521C

Tints of Russet #85521C

RGB

 RED value IS 133 (52.34% from 255) = 54.73%

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 54.73%
G = 33.74%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85521C (or 0x85521C) is known color: Russet. HEX triplet: 85, 52 and 1C. RGB value is (133,82,28). Sum of RGB (Red+Green+Blue) = 133+82+28=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85521C is #7AADE3. Grayscale: #5B5B5B. Windows color (decimal): -8039908 or 1856133. OLE color: 1856133.

HSL color Cylindrical-coordinate representation of color #85521C: hue angle of 30.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85521C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 28 -
CMYK 0 0.38 0.79 0.48
HSL 30.86º 0.65% 0.32% -
HSV(B) 30.86º 0.79% 0.52% -
XYZ 12.9 11.1 2.56 -
YUV 91.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 133 82 28 0 0.38 0.79 0.48 30.86 0.65 0.32
Hex 85 52 1C 0 26 4F 30 1F 41 20
Octal 205 122 34 0 46 117 60 37 101 40
Binary 10000101 1010010 11100 0 100110 1001111 110000 11111 1000001 100000

Color Harmonies of #85521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85521C

Black with #85521C

Text Example


Text Example

White with #85521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85521C; }

 p { color: rgb(133,82,28); }

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

background-color css

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

 a { background-color: rgb(133,82,28); }

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

border-color css

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

 span { border-color: rgb(133,82,28); }

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