Html Css Color HEX #85461E Russet

📋 copy color: '#85461E'

red 133 ◦ green 70 ◦ blue 30

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

Shades of Russet #85461E

Tints of Russet #85461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 57.08%
G = 30.04%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85461E (or 0x85461E) is known color: Russet. HEX triplet: 85, 46 and 1E. RGB value is (133,70,30). Sum of RGB (Red+Green+Blue) = 133+70+30=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85461E is #7AB9E1. Grayscale: #545454. Windows color (decimal): -8042978 or 1984133. OLE color: 1984133.

HSL color Cylindrical-coordinate representation of color #85461E: hue angle of 23.3º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85461E is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 30 -
CMYK 0 0.47 0.77 0.48
HSL 23.3º 0.63% 0.32% -
HSV(B) 23.3º 0.77% 0.52% -
XYZ 12.1 9.46 2.42 -
YUV 84.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 133 70 30 0 0.47 0.77 0.48 23.3 0.63 0.32
Hex 85 46 1E 0 2F 4D 30 17 3F 20
Octal 205 106 36 0 57 115 60 27 77 40
Binary 10000101 1000110 11110 0 101111 1001101 110000 10111 111111 100000

Color Harmonies of #85461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85461E

Black with #85461E

Text Example


Text Example

White with #85461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85461E; }

 p { color: rgb(133,70,30); }

 H1.HeaderClassName
 {
   color: #85461E;
 }
 .AnyTagClassName
 {
   color: #85461E;
 }
</style>

background-color css

<style>
 a { background-color: #85461E; }

 a { background-color: rgb(133,70,30); }

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

border-color css

<style>
 span { border-color: #85461E; }

 span { border-color: rgb(133,70,30); }

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