Html Css Color HEX #874D1C Russet

📋 copy color: '#874D1C'

red 135 ◦ green 77 ◦ blue 28

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

Shades of Russet #874D1C

Tints of Russet #874D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 56.25%
G = 32.08%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#874D1C (or 0x874D1C) is known color: Russet. HEX triplet: 87, 4D and 1C. RGB value is (135,77,28). Sum of RGB (Red+Green+Blue) = 135+77+28=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #874D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D1C is #78B2E3. Grayscale: #595959. Windows color (decimal): -7910116 or 1854855. OLE color: 1854855.

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

Color convert

RGB 135 77 28 -
CMYK 0 0.43 0.79 0.47
HSL 27.48º 0.66% 0.32% -
HSV(B) 27.48º 0.79% 0.53% -
XYZ 12.86 10.54 2.46 -
YUV 88.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 135 77 28 0 0.43 0.79 0.47 27.48 0.66 0.32
Hex 87 4D 1C 0 2B 4F 2F 1B 42 20
Octal 207 115 34 0 53 117 57 33 102 40
Binary 10000111 1001101 11100 0 101011 1001111 101111 11011 1000010 100000

Color Harmonies of #874D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D1C

Black with #874D1C

Text Example


Text Example

White with #874D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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