Html Css Color HEX #874E1E Russet

📋 copy color: '#874E1E'

red 135 ◦ green 78 ◦ blue 30

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

Shades of Russet #874E1E

Tints of Russet #874E1E

RGB

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

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

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

R = 55.56%
G = 32.1%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#874E1E (or 0x874E1E) is known color: Russet. HEX triplet: 87, 4E and 1E. RGB value is (135,78,30). Sum of RGB (Red+Green+Blue) = 135+78+30=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #874E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E1E is #78B1E1. Grayscale: #595959. Windows color (decimal): -7909858 or 1986183. OLE color: 1986183.

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

Color convert

RGB 135 78 30 -
CMYK 0 0.42 0.78 0.47
HSL 27.43º 0.64% 0.32% -
HSV(B) 27.43º 0.78% 0.53% -
XYZ 12.95 10.69 2.61 -
YUV 89.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 135 78 30 0 0.42 0.78 0.47 27.43 0.64 0.32
Hex 87 4E 1E 0 2A 4E 2F 1B 40 20
Octal 207 116 36 0 52 116 57 33 100 40
Binary 10000111 1001110 11110 0 101010 1001110 101111 11011 1000000 100000

Color Harmonies of #874E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E1E

Black with #874E1E

Text Example


Text Example

White with #874E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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