Html Css Color HEX #87421F Russet

📋 copy color: '#87421F'

red 135 ◦ green 66 ◦ blue 31

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

Shades of Russet #87421F

Tints of Russet #87421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 58.19%
G = 28.45%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#87421F (or 0x87421F) is known color: Russet. HEX triplet: 87, 42 and 1F. RGB value is (135,66,31). Sum of RGB (Red+Green+Blue) = 135+66+31=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87421F is #78BDE0. Grayscale: #525252. Windows color (decimal): -7912929 or 2048647. OLE color: 2048647.

HSL color Cylindrical-coordinate representation of color #87421F: hue angle of 20.19º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87421F is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 66 31 -
CMYK 0 0.51 0.77 0.47
HSL 20.19º 0.63% 0.33% -
HSV(B) 20.19º 0.77% 0.53% -
XYZ 12.19 9.15 2.42 -
YUV 82.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 135 66 31 0 0.51 0.77 0.47 20.19 0.63 0.33
Hex 87 42 1F 0 33 4D 2F 14 3F 21
Octal 207 102 37 0 63 115 57 24 77 41
Binary 10000111 1000010 11111 0 110011 1001101 101111 10100 111111 100001

Color Harmonies of #87421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87421F

Black with #87421F

Text Example


Text Example

White with #87421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87421F; }

 p { color: rgb(135,66,31); }

 H1.HeaderClassName
 {
   color: #87421F;
 }
 .AnyTagClassName
 {
   color: #87421F;
 }
</style>

background-color css

<style>
 a { background-color: #87421F; }

 a { background-color: rgb(135,66,31); }

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

border-color css

<style>
 span { border-color: #87421F; }

 span { border-color: rgb(135,66,31); }

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