Html Css Color HEX #865020 Russet

📋 copy color: '#865020'

red 134 ◦ green 80 ◦ blue 32

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

Shades of Russet #865020

Tints of Russet #865020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

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

R = 54.47%
G = 32.52%
B = 13.01%

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

#865020 (or 0x865020) is known color: Russet. HEX triplet: 86, 50 and 20. RGB value is (134,80,32). Sum of RGB (Red+Green+Blue) = 134+80+32=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #865020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865020 is #79AFDF. Grayscale: #5A5A5A. Windows color (decimal): -7974880 or 2117766. OLE color: 2117766.

HSL color Cylindrical-coordinate representation of color #865020: hue angle of 28.24º 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 #865020 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 32 -
CMYK 0 0.40 0.76 0.47
HSL 28.24º 0.61% 0.33% -
HSV(B) 28.24º 0.76% 0.53% -
XYZ 12.96 10.91 2.79 -
YUV 90.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 134 80 32 0 0.40 0.76 0.47 28.24 0.61 0.33
Hex 86 50 20 0 28 4C 2F 1C 3D 21
Octal 206 120 40 0 50 114 57 34 75 41
Binary 10000110 1010000 100000 0 101000 1001100 101111 11100 111101 100001

Color Harmonies of #865020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865020

Black with #865020

Text Example


Text Example

White with #865020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865020; }

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

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

background-color css

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

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

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

border-color css

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

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

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