Html Css Color HEX #874A21 Russet

📋 copy color: '#874A21'

red 135 ◦ green 74 ◦ blue 33

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

Shades of Russet #874A21

Tints of Russet #874A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

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

R = 55.79%
G = 30.58%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#874A21 (or 0x874A21) is known color: Russet. HEX triplet: 87, 4A and 21. RGB value is (135,74,33). Sum of RGB (Red+Green+Blue) = 135+74+33=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #874A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A21 is #78B5DE. Grayscale: #575757. Windows color (decimal): -7910879 or 2181767. OLE color: 2181767.

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

Color convert

RGB 135 74 33 -
CMYK 0 0.45 0.76 0.47
HSL 24.12º 0.61% 0.33% -
HSV(B) 24.12º 0.76% 0.53% -
XYZ 12.71 10.16 2.73 -
YUV 87.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 135 74 33 0 0.45 0.76 0.47 24.12 0.61 0.33
Hex 87 4A 21 0 2D 4C 2F 18 3D 21
Octal 207 112 41 0 55 114 57 30 75 41
Binary 10000111 1001010 100001 0 101101 1001100 101111 11000 111101 100001

Color Harmonies of #874A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A21

Black with #874A21

Text Example


Text Example

White with #874A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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