Html Css Color HEX #865535 Rope

📋 copy color: '#865535'

red 134 ◦ green 85 ◦ blue 53

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

Shades of Rope #865535

Tints of Rope #865535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 53 (21.09% from 255) = 19.49%

R = 49.26%
G = 31.25%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#865535 (or 0x865535) is known color: Rope. HEX triplet: 86, 55 and 35. RGB value is (134,85,53). Sum of RGB (Red+Green+Blue) = 134+85+53=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865535 is #79AACA. Grayscale: #606060. Windows color (decimal): -7973579 or 3495302. OLE color: 3495302.

HSL color Cylindrical-coordinate representation of color #865535: hue angle of 23.7º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865535 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 53 -
CMYK 0 0.37 0.60 0.47
HSL 23.7º 0.43% 0.37% -
HSV(B) 23.7º 0.6% 0.53% -
XYZ 13.72 11.82 4.93 -
YUV 96 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 134 85 53 0 0.37 0.60 0.47 23.7 0.43 0.37
Hex 86 55 35 0 25 3C 2F 18 2B 25
Octal 206 125 65 0 45 74 57 30 53 45
Binary 10000110 1010101 110101 0 100101 111100 101111 11000 101011 100101

Color Harmonies of #865535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865535

Black with #865535

Text Example


Text Example

White with #865535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865535; }

 p { color: rgb(134,85,53); }

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

background-color css

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

 a { background-color: rgb(134,85,53); }

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

border-color css

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

 span { border-color: rgb(134,85,53); }

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