Html Css Color HEX #874C1C Russet

📋 copy color: '#874C1C'

red 135 ◦ green 76 ◦ blue 28

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

Shades of Russet #874C1C

Tints of Russet #874C1C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.8%

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

R = 56.49%
G = 31.8%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#874C1C (or 0x874C1C) is known color: Russet. HEX triplet: 87, 4C and 1C. RGB value is (135,76,28). Sum of RGB (Red+Green+Blue) = 135+76+28=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #874C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C1C is #78B3E3. Grayscale: #585858. Windows color (decimal): -7910372 or 1854599. OLE color: 1854599.

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

Color convert

RGB 135 76 28 -
CMYK 0 0.44 0.79 0.47
HSL 26.92º 0.66% 0.32% -
HSV(B) 26.92º 0.79% 0.53% -
XYZ 12.79 10.4 2.43 -
YUV 88.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 135 76 28 0 0.44 0.79 0.47 26.92 0.66 0.32
Hex 87 4C 1C 0 2C 4F 2F 1B 42 20
Octal 207 114 34 0 54 117 57 33 102 40
Binary 10000111 1001100 11100 0 101100 1001111 101111 11011 1000010 100000

Color Harmonies of #874C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C1C

Black with #874C1C

Text Example


Text Example

White with #874C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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