Html Css Color HEX #874F21 Russet

📋 copy color: '#874F21'

red 135 ◦ green 79 ◦ blue 33

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

Shades of Russet #874F21

Tints of Russet #874F21

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.98%

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 54.66%
G = 31.98%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#874F21 (or 0x874F21) is known color: Russet. HEX triplet: 87, 4F and 21. RGB value is (135,79,33). Sum of RGB (Red+Green+Blue) = 135+79+33=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #874F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F21 is #78B0DE. Grayscale: #5A5A5A. Windows color (decimal): -7909599 or 2183047. OLE color: 2183047.

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

Color convert

RGB 135 79 33 -
CMYK 0 0.41 0.76 0.47
HSL 27.06º 0.61% 0.33% -
HSV(B) 27.06º 0.76% 0.53% -
XYZ 13.06 10.85 2.85 -
YUV 90.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 135 79 33 0 0.41 0.76 0.47 27.06 0.61 0.33
Hex 87 4F 21 0 29 4C 2F 1B 3D 21
Octal 207 117 41 0 51 114 57 33 75 41
Binary 10000111 1001111 100001 0 101001 1001100 101111 11011 111101 100001

Color Harmonies of #874F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F21

Black with #874F21

Text Example


Text Example

White with #874F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,33); }

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

background-color css

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

 a { background-color: rgb(135,79,33); }

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

border-color css

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

 span { border-color: rgb(135,79,33); }

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