Html Css Color HEX #874D1F Russet

📋 copy color: '#874D1F'

red 135 ◦ green 77 ◦ blue 31

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

Shades of Russet #874D1F

Tints of Russet #874D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

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

R = 55.56%
G = 31.69%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#874D1F (or 0x874D1F) is known color: Russet. HEX triplet: 87, 4D and 1F. RGB value is (135,77,31). Sum of RGB (Red+Green+Blue) = 135+77+31=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #874D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D1F is #78B2E0. Grayscale: #595959. Windows color (decimal): -7910113 or 2051463. OLE color: 2051463.

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

Color convert

RGB 135 77 31 -
CMYK 0 0.43 0.77 0.47
HSL 26.54º 0.63% 0.33% -
HSV(B) 26.54º 0.77% 0.53% -
XYZ 12.89 10.56 2.65 -
YUV 89.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 135 77 31 0 0.43 0.77 0.47 26.54 0.63 0.33
Hex 87 4D 1F 0 2B 4D 2F 1B 3F 21
Octal 207 115 37 0 53 115 57 33 77 41
Binary 10000111 1001101 11111 0 101011 1001101 101111 11011 111111 100001

Color Harmonies of #874D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D1F

Black with #874D1F

Text Example


Text Example

White with #874D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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