Html Css Color HEX #874420 Russet

📋 copy color: '#874420'

red 135 ◦ green 68 ◦ blue 32

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

Shades of Russet #874420

Tints of Russet #874420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

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

R = 57.45%
G = 28.94%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#874420 (or 0x874420) is known color: Russet. HEX triplet: 87, 44 and 20. RGB value is (135,68,32). Sum of RGB (Red+Green+Blue) = 135+68+32=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #874420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874420 is #78BBDF. Grayscale: #545454. Windows color (decimal): -7912416 or 2114695. OLE color: 2114695.

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

Color convert

RGB 135 68 32 -
CMYK 0 0.50 0.76 0.47
HSL 20.97º 0.62% 0.33% -
HSV(B) 20.97º 0.76% 0.53% -
XYZ 12.32 9.39 2.53 -
YUV 83.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 135 68 32 0 0.50 0.76 0.47 20.97 0.62 0.33
Hex 87 44 20 0 32 4C 2F 15 3E 21
Octal 207 104 40 0 62 114 57 25 76 41
Binary 10000111 1000100 100000 0 110010 1001100 101111 10101 111110 100001

Color Harmonies of #874420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874420

Black with #874420

Text Example


Text Example

White with #874420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874420; }

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

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

background-color css

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

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

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

border-color css

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

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

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