Html Css Color HEX #874A1A Russet

📋 copy color: '#874A1A'

red 135 ◦ green 74 ◦ blue 26

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

Shades of Russet #874A1A

Tints of Russet #874A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.49%

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 57.45%
G = 31.49%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#874A1A (or 0x874A1A) is known color: Russet. HEX triplet: 87, 4A and 1A. RGB value is (135,74,26). Sum of RGB (Red+Green+Blue) = 135+74+26=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #874A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A1A is #78B5E5. Grayscale: #575757. Windows color (decimal): -7910886 or 1723015. OLE color: 1723015.

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

Color convert

RGB 135 74 26 -
CMYK 0 0.45 0.81 0.47
HSL 26.42º 0.68% 0.32% -
HSV(B) 26.42º 0.81% 0.53% -
XYZ 12.63 10.12 2.27 -
YUV 86.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 135 74 26 0 0.45 0.81 0.47 26.42 0.68 0.32
Hex 87 4A 1A 0 2D 51 2F 1A 44 20
Octal 207 112 32 0 55 121 57 32 104 40
Binary 10000111 1001010 11010 0 101101 1010001 101111 11010 1000100 100000

Color Harmonies of #874A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A1A

Black with #874A1A

Text Example


Text Example

White with #874A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,74,26); }

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

background-color css

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

 a { background-color: rgb(135,74,26); }

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

border-color css

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

 span { border-color: rgb(135,74,26); }

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