Html Css Color HEX #865120 Russet

📋 copy color: '#865120'

red 134 ◦ green 81 ◦ blue 32

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

Shades of Russet #865120

Tints of Russet #865120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 54.25%
G = 32.79%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#865120 (or 0x865120) is known color: Russet. HEX triplet: 86, 51 and 20. RGB value is (134,81,32). Sum of RGB (Red+Green+Blue) = 134+81+32=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #865120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865120 is #79AEDF. Grayscale: #5B5B5B. Windows color (decimal): -7974624 or 2118022. OLE color: 2118022.

HSL color Cylindrical-coordinate representation of color #865120: hue angle of 28.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #865120 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 81 32 -
CMYK 0 0.40 0.76 0.47
HSL 28.82º 0.61% 0.33% -
HSV(B) 28.82º 0.76% 0.53% -
XYZ 13.03 11.06 2.81 -
YUV 91.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 134 81 32 0 0.40 0.76 0.47 28.82 0.61 0.33
Hex 86 51 20 0 28 4C 2F 1D 3D 21
Octal 206 121 40 0 50 114 57 35 75 41
Binary 10000110 1010001 100000 0 101000 1001100 101111 11101 111101 100001

Color Harmonies of #865120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865120

Black with #865120

Text Example


Text Example

White with #865120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865120; }

 p { color: rgb(134,81,32); }

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

background-color css

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

 a { background-color: rgb(134,81,32); }

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

border-color css

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

 span { border-color: rgb(134,81,32); }

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