Html Css Color HEX #874E1C Russet

📋 copy color: '#874E1C'

red 135 ◦ green 78 ◦ blue 28

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

Shades of Russet #874E1C

Tints of Russet #874E1C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

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

R = 56.02%
G = 32.37%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#874E1C (or 0x874E1C) is known color: Russet. HEX triplet: 87, 4E and 1C. RGB value is (135,78,28). Sum of RGB (Red+Green+Blue) = 135+78+28=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #874E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E1C is #78B1E3. Grayscale: #595959. Windows color (decimal): -7909860 or 1855111. OLE color: 1855111.

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

Color convert

RGB 135 78 28 -
CMYK 0 0.42 0.79 0.47
HSL 28.04º 0.66% 0.32% -
HSV(B) 28.04º 0.79% 0.53% -
XYZ 12.93 10.68 2.48 -
YUV 89.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 135 78 28 0 0.42 0.79 0.47 28.04 0.66 0.32
Hex 87 4E 1C 0 2A 4F 2F 1C 42 20
Octal 207 116 34 0 52 117 57 34 102 40
Binary 10000111 1001110 11100 0 101010 1001111 101111 11100 1000010 100000

Color Harmonies of #874E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E1C

Black with #874E1C

Text Example


Text Example

White with #874E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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