Html Css Color HEX #85461F Russet

📋 copy color: '#85461F'

red 133 ◦ green 70 ◦ blue 31

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

Shades of Russet #85461F

Tints of Russet #85461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 56.84%
G = 29.91%
B = 13.25%

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

#85461F (or 0x85461F) is known color: Russet. HEX triplet: 85, 46 and 1F. RGB value is (133,70,31). Sum of RGB (Red+Green+Blue) = 133+70+31=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #85461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85461F is #7AB9E0. Grayscale: #545454. Windows color (decimal): -8042977 or 2049669. OLE color: 2049669.

HSL color Cylindrical-coordinate representation of color #85461F: hue angle of 22.94º degrees, saturation: 0.62, 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 #85461F is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 31 -
CMYK 0 0.47 0.77 0.48
HSL 22.94º 0.62% 0.32% -
HSV(B) 22.94º 0.77% 0.52% -
XYZ 12.11 9.47 2.49 -
YUV 84.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 133 70 31 0 0.47 0.77 0.48 22.94 0.62 0.32
Hex 85 46 1F 0 2F 4D 30 17 3E 20
Octal 205 106 37 0 57 115 60 27 76 40
Binary 10000101 1000110 11111 0 101111 1001101 110000 10111 111110 100000

Color Harmonies of #85461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85461F

Black with #85461F

Text Example


Text Example

White with #85461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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