Html Css Color HEX #874E20 Russet

📋 copy color: '#874E20'

red 135 ◦ green 78 ◦ blue 32

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

Shades of Russet #874E20

Tints of Russet #874E20

RGB

 RED value IS 135 (53.13% from 255) = 55.1%

 GREEN value IS 78 (30.86% from 255) = 31.84%

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

R = 55.1%
G = 31.84%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#874E20 (or 0x874E20) is known color: Russet. HEX triplet: 87, 4E and 20. RGB value is (135,78,32). Sum of RGB (Red+Green+Blue) = 135+78+32=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #874E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E20 is #78B1DF. Grayscale: #5A5A5A. Windows color (decimal): -7909856 or 2117255. OLE color: 2117255.

HSL color Cylindrical-coordinate representation of color #874E20: hue angle of 26.8º 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 #874E20 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 78 32 -
CMYK 0 0.42 0.76 0.47
HSL 26.8º 0.62% 0.33% -
HSV(B) 26.8º 0.76% 0.53% -
XYZ 12.98 10.7 2.75 -
YUV 89.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 135 78 32 0 0.42 0.76 0.47 26.8 0.62 0.33
Hex 87 4E 20 0 2A 4C 2F 1B 3E 21
Octal 207 116 40 0 52 114 57 33 76 41
Binary 10000111 1001110 100000 0 101010 1001100 101111 11011 111110 100001

Color Harmonies of #874E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E20

Black with #874E20

Text Example


Text Example

White with #874E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874E20; }

 p { color: rgb(135,78,32); }

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

background-color css

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

 a { background-color: rgb(135,78,32); }

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

border-color css

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

 span { border-color: rgb(135,78,32); }

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