Html Css Color HEX #854F20 Russet

📋 copy color: '#854F20'

red 133 ◦ green 79 ◦ blue 32

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

Shades of Russet #854F20

Tints of Russet #854F20

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

 BLUE value IS 32 (12.89% from 255) = 13.11%

R = 54.51%
G = 32.38%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#854F20 (or 0x854F20) is known color: Russet. HEX triplet: 85, 4F and 20. RGB value is (133,79,32). Sum of RGB (Red+Green+Blue) = 133+79+32=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #854F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F20 is #7AB0DF. Grayscale: #5A5A5A. Windows color (decimal): -8040672 or 2117509. OLE color: 2117509.

HSL color Cylindrical-coordinate representation of color #854F20: hue angle of 27.92º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #854F20 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 79 32 -
CMYK 0 0.41 0.76 0.48
HSL 27.92º 0.61% 0.32% -
HSV(B) 27.92º 0.76% 0.52% -
XYZ 12.73 10.68 2.76 -
YUV 89.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 133 79 32 0 0.41 0.76 0.48 27.92 0.61 0.32
Hex 85 4F 20 0 29 4C 30 1C 3D 20
Octal 205 117 40 0 51 114 60 34 75 40
Binary 10000101 1001111 100000 0 101001 1001100 110000 11100 111101 100000

Color Harmonies of #854F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854F20

Black with #854F20

Text Example


Text Example

White with #854F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854F20; }

 p { color: rgb(133,79,32); }

 H1.HeaderClassName
 {
   color: #854F20;
 }
 .AnyTagClassName
 {
   color: #854F20;
 }
</style>

background-color css

<style>
 a { background-color: #854F20; }

 a { background-color: rgb(133,79,32); }

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

border-color css

<style>
 span { border-color: #854F20; }

 span { border-color: rgb(133,79,32); }

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