Html Css Color HEX #874C1E Russet

📋 copy color: '#874C1E'

red 135 ◦ green 76 ◦ blue 30

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

Shades of Russet #874C1E

Tints of Russet #874C1E

RGB

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

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

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

R = 56.02%
G = 31.54%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#874C1E (or 0x874C1E) is known color: Russet. HEX triplet: 87, 4C and 1E. RGB value is (135,76,30). Sum of RGB (Red+Green+Blue) = 135+76+30=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #874C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C1E is #78B3E1. Grayscale: #585858. Windows color (decimal): -7910370 or 1985671. OLE color: 1985671.

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

Color convert

RGB 135 76 30 -
CMYK 0 0.44 0.78 0.47
HSL 26.29º 0.64% 0.32% -
HSV(B) 26.29º 0.78% 0.53% -
XYZ 12.81 10.41 2.56 -
YUV 88.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 135 76 30 0 0.44 0.78 0.47 26.29 0.64 0.32
Hex 87 4C 1E 0 2C 4E 2F 1A 40 20
Octal 207 114 36 0 54 116 57 32 100 40
Binary 10000111 1001100 11110 0 101100 1001110 101111 11010 1000000 100000

Color Harmonies of #874C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C1E

Black with #874C1E

Text Example


Text Example

White with #874C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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