Html Css Color HEX #874220 Russet

📋 copy color: '#874220'

red 135 ◦ green 66 ◦ blue 32

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

Shades of Russet #874220

Tints of Russet #874220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 57.94%
G = 28.33%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#874220 (or 0x874220) is known color: Russet. HEX triplet: 87, 42 and 20. RGB value is (135,66,32). Sum of RGB (Red+Green+Blue) = 135+66+32=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #874220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874220 is #78BDDF. Grayscale: #525252. Windows color (decimal): -7912928 or 2114183. OLE color: 2114183.

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

Color convert

RGB 135 66 32 -
CMYK 0 0.51 0.76 0.47
HSL 19.81º 0.62% 0.33% -
HSV(B) 19.81º 0.76% 0.53% -
XYZ 12.2 9.15 2.49 -
YUV 82.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 135 66 32 0 0.51 0.76 0.47 19.81 0.62 0.33
Hex 87 42 20 0 33 4C 2F 14 3E 21
Octal 207 102 40 0 63 114 57 24 76 41
Binary 10000111 1000010 100000 0 110011 1001100 101111 10100 111110 100001

Color Harmonies of #874220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874220

Black with #874220

Text Example


Text Example

White with #874220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874220; }

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

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

background-color css

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

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

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

border-color css

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

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

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