Html Css Color HEX #85471A Russet

📋 copy color: '#85471A'

red 133 ◦ green 71 ◦ blue 26

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

Shades of Russet #85471A

Tints of Russet #85471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.87%

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 57.83%
G = 30.87%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85471A (or 0x85471A) is known color: Russet. HEX triplet: 85, 47 and 1A. RGB value is (133,71,26). Sum of RGB (Red+Green+Blue) = 133+71+26=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85471A is #7AB8E5. Grayscale: #545454. Windows color (decimal): -8042726 or 1722245. OLE color: 1722245.

HSL color Cylindrical-coordinate representation of color #85471A: hue angle of 25.23º degrees, saturation: 0.67, 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 #85471A is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 26 -
CMYK 0 0.47 0.80 0.48
HSL 25.23º 0.67% 0.31% -
HSV(B) 25.23º 0.8% 0.52% -
XYZ 12.11 9.57 2.19 -
YUV 84.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 133 71 26 0 0.47 0.80 0.48 25.23 0.67 0.31
Hex 85 47 1A 0 2F 50 30 19 43 1F
Octal 205 107 32 0 57 120 60 31 103 37
Binary 10000101 1000111 11010 0 101111 1010000 110000 11001 1000011 11111

Color Harmonies of #85471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85471A

Black with #85471A

Text Example


Text Example

White with #85471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85471A; }

 p { color: rgb(133,71,26); }

 H1.HeaderClassName
 {
   color: #85471A;
 }
 .AnyTagClassName
 {
   color: #85471A;
 }
</style>

background-color css

<style>
 a { background-color: #85471A; }

 a { background-color: rgb(133,71,26); }

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

border-color css

<style>
 span { border-color: #85471A; }

 span { border-color: rgb(133,71,26); }

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