Html Css Color HEX #85521B Russet

📋 copy color: '#85521B'

red 133 ◦ green 82 ◦ blue 27

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

Shades of Russet #85521B

Tints of Russet #85521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 54.96%
G = 33.88%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85521B (or 0x85521B) is known color: Russet. HEX triplet: 85, 52 and 1B. RGB value is (133,82,27). Sum of RGB (Red+Green+Blue) = 133+82+27=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85521B is #7AADE4. Grayscale: #5B5B5B. Windows color (decimal): -8039909 or 1790597. OLE color: 1790597.

HSL color Cylindrical-coordinate representation of color #85521B: hue angle of 31.13º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85521B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 27 -
CMYK 0 0.38 0.80 0.48
HSL 31.13º 0.66% 0.31% -
HSV(B) 31.13º 0.8% 0.52% -
XYZ 12.89 11.1 2.5 -
YUV 90.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 133 82 27 0 0.38 0.80 0.48 31.13 0.66 0.31
Hex 85 52 1B 0 26 50 30 1F 42 1F
Octal 205 122 33 0 46 120 60 37 102 37
Binary 10000101 1010010 11011 0 100110 1010000 110000 11111 1000010 11111

Color Harmonies of #85521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85521B

Black with #85521B

Text Example


Text Example

White with #85521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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