Html Css Color HEX #854920 Russet

📋 copy color: '#854920'

red 133 ◦ green 73 ◦ blue 32

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

Shades of Russet #854920

Tints of Russet #854920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

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

R = 55.88%
G = 30.67%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#854920 (or 0x854920) is known color: Russet. HEX triplet: 85, 49 and 20. RGB value is (133,73,32). Sum of RGB (Red+Green+Blue) = 133+73+32=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #854920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854920 is #7AB6DF. Grayscale: #565656. Windows color (decimal): -8042208 or 2115973. OLE color: 2115973.

HSL color Cylindrical-coordinate representation of color #854920: hue angle of 24.36º 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 #854920 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 32 -
CMYK 0 0.45 0.76 0.48
HSL 24.36º 0.61% 0.32% -
HSV(B) 24.36º 0.76% 0.52% -
XYZ 12.32 9.86 2.62 -
YUV 86.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 133 73 32 0 0.45 0.76 0.48 24.36 0.61 0.32
Hex 85 49 20 0 2D 4C 30 18 3D 20
Octal 205 111 40 0 55 114 60 30 75 40
Binary 10000101 1001001 100000 0 101101 1001100 110000 11000 111101 100000

Color Harmonies of #854920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854920

Black with #854920

Text Example


Text Example

White with #854920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854920; }

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

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

background-color css

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

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

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

border-color css

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

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

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