Html Css Color HEX #86431F Russet

📋 copy color: '#86431F'

red 134 ◦ green 67 ◦ blue 31

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

Shades of Russet #86431F

Tints of Russet #86431F

RGB

 RED value IS 134 (52.73% from 255) = 57.76%

 GREEN value IS 67 (26.56% from 255) = 28.88%

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

R = 57.76%
G = 28.88%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86431F (or 0x86431F) is known color: Russet. HEX triplet: 86, 43 and 1F. RGB value is (134,67,31). Sum of RGB (Red+Green+Blue) = 134+67+31=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86431F is #79BCE0. Grayscale: #535353. Windows color (decimal): -7978209 or 2048902. OLE color: 2048902.

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

Color convert

RGB 134 67 31 -
CMYK 0 0.5 0.77 0.47
HSL 20.97º 0.62% 0.32% -
HSV(B) 20.97º 0.77% 0.53% -
XYZ 12.09 9.18 2.43 -
YUV 82.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 134 67 31 0 0.5 0.77 0.47 20.97 0.62 0.32
Hex 86 43 1F 0 32 4D 2F 15 3E 20
Octal 206 103 37 0 62 115 57 25 76 40
Binary 10000110 1000011 11111 0 110010 1001101 101111 10101 111110 100000

Color Harmonies of #86431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86431F

Black with #86431F

Text Example


Text Example

White with #86431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,67,31); }

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

background-color css

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

 a { background-color: rgb(134,67,31); }

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

border-color css

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

 span { border-color: rgb(134,67,31); }

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