Html Css Color HEX #874A1F Russet

📋 copy color: '#874A1F'

red 135 ◦ green 74 ◦ blue 31

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

Shades of Russet #874A1F

Tints of Russet #874A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.92%

R = 56.25%
G = 30.83%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#874A1F (or 0x874A1F) is known color: Russet. HEX triplet: 87, 4A and 1F. RGB value is (135,74,31). Sum of RGB (Red+Green+Blue) = 135+74+31=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #874A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A1F is #78B5E0. Grayscale: #575757. Windows color (decimal): -7910881 or 2050695. OLE color: 2050695.

HSL color Cylindrical-coordinate representation of color #874A1F: hue angle of 24.81º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #874A1F is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 31 -
CMYK 0 0.45 0.77 0.47
HSL 24.81º 0.63% 0.33% -
HSV(B) 24.81º 0.77% 0.53% -
XYZ 12.69 10.15 2.59 -
YUV 87.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 135 74 31 0 0.45 0.77 0.47 24.81 0.63 0.33
Hex 87 4A 1F 0 2D 4D 2F 19 3F 21
Octal 207 112 37 0 55 115 57 31 77 41
Binary 10000111 1001010 11111 0 101101 1001101 101111 11001 111111 100001

Color Harmonies of #874A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A1F

Black with #874A1F

Text Example


Text Example

White with #874A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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