Html Css Color HEX #885120 Russet

📋 copy color: '#885120'

red 136 ◦ green 81 ◦ blue 32

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

Shades of Russet #885120

Tints of Russet #885120

RGB

 RED value IS 136 (53.52% from 255) = 54.62%

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

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

R = 54.62%
G = 32.53%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885120 (or 0x885120) is known color: Russet. HEX triplet: 88, 51 and 20. RGB value is (136,81,32). Sum of RGB (Red+Green+Blue) = 136+81+32=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #885120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885120 is #77AEDF. Grayscale: #5C5C5C. Windows color (decimal): -7843552 or 2118024. OLE color: 2118024.

HSL color Cylindrical-coordinate representation of color #885120: hue angle of 28.27º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #885120 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 32 -
CMYK 0 0.40 0.76 0.47
HSL 28.27º 0.62% 0.33% -
HSV(B) 28.27º 0.76% 0.53% -
XYZ 13.36 11.22 2.83 -
YUV 91.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 136 81 32 0 0.40 0.76 0.47 28.27 0.62 0.33
Hex 88 51 20 0 28 4C 2F 1C 3E 21
Octal 210 121 40 0 50 114 57 34 76 41
Binary 10001000 1010001 100000 0 101000 1001100 101111 11100 111110 100001

Color Harmonies of #885120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885120

Black with #885120

Text Example


Text Example

White with #885120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885120; }

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

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

background-color css

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

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

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

border-color css

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

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

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