Html Css Color HEX #874D1E Russet

📋 copy color: '#874D1E'

red 135 ◦ green 77 ◦ blue 30

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

Shades of Russet #874D1E

Tints of Russet #874D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 55.79%
G = 31.82%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#874D1E (or 0x874D1E) is known color: Russet. HEX triplet: 87, 4D and 1E. RGB value is (135,77,30). Sum of RGB (Red+Green+Blue) = 135+77+30=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #874D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D1E is #78B2E1. Grayscale: #595959. Windows color (decimal): -7910114 or 1985927. OLE color: 1985927.

HSL color Cylindrical-coordinate representation of color #874D1E: hue angle of 26.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #874D1E is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 77 30 -
CMYK 0 0.43 0.78 0.47
HSL 26.86º 0.64% 0.32% -
HSV(B) 26.86º 0.78% 0.53% -
XYZ 12.88 10.55 2.59 -
YUV 88.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 135 77 30 0 0.43 0.78 0.47 26.86 0.64 0.32
Hex 87 4D 1E 0 2B 4E 2F 1B 40 20
Octal 207 115 36 0 53 116 57 33 100 40
Binary 10000111 1001101 11110 0 101011 1001110 101111 11011 1000000 100000

Color Harmonies of #874D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D1E

Black with #874D1E

Text Example


Text Example

White with #874D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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