Html Css Color HEX #874620 Russet

📋 copy color: '#874620'

red 135 ◦ green 70 ◦ blue 32

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

Shades of Russet #874620

Tints of Russet #874620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

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

R = 56.96%
G = 29.54%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#874620 (or 0x874620) is known color: Russet. HEX triplet: 87, 46 and 20. RGB value is (135,70,32). Sum of RGB (Red+Green+Blue) = 135+70+32=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #874620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874620 is #78B9DF. Grayscale: #555555. Windows color (decimal): -7911904 or 2115207. OLE color: 2115207.

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

Color convert

RGB 135 70 32 -
CMYK 0 0.48 0.76 0.47
HSL 22.14º 0.62% 0.33% -
HSV(B) 22.14º 0.76% 0.53% -
XYZ 12.44 9.64 2.57 -
YUV 85.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 135 70 32 0 0.48 0.76 0.47 22.14 0.62 0.33
Hex 87 46 20 0 30 4C 2F 16 3E 21
Octal 207 106 40 0 60 114 57 26 76 41
Binary 10000111 1000110 100000 0 110000 1001100 101111 10110 111110 100001

Color Harmonies of #874620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874620

Black with #874620

Text Example


Text Example

White with #874620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874620; }

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

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

background-color css

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

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

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

border-color css

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

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

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