Html Css Color HEX #855120 Russet

📋 copy color: '#855120'

red 133 ◦ green 81 ◦ blue 32

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

Shades of Russet #855120

Tints of Russet #855120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.93%

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

R = 54.07%
G = 32.93%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855120 (or 0x855120) is known color: Russet. HEX triplet: 85, 51 and 20. RGB value is (133,81,32). Sum of RGB (Red+Green+Blue) = 133+81+32=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #855120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855120 is #7AAEDF. Grayscale: #5B5B5B. Windows color (decimal): -8040160 or 2118021. OLE color: 2118021.

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

Color convert

RGB 133 81 32 -
CMYK 0 0.39 0.76 0.48
HSL 29.11º 0.61% 0.32% -
HSV(B) 29.11º 0.76% 0.52% -
XYZ 12.88 10.98 2.81 -
YUV 90.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 133 81 32 0 0.39 0.76 0.48 29.11 0.61 0.32
Hex 85 51 20 0 27 4C 30 1D 3D 20
Octal 205 121 40 0 47 114 60 35 75 40
Binary 10000101 1010001 100000 0 100111 1001100 110000 11101 111101 100000

Color Harmonies of #855120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855120

Black with #855120

Text Example


Text Example

White with #855120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855120; }

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

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

background-color css

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

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

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

border-color css

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

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

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