Html Css Color HEX #865538 Rope

📋 copy color: '#865538'

red 134 ◦ green 85 ◦ blue 56

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

Shades of Rope #865538

Tints of Rope #865538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.36%

R = 48.73%
G = 30.91%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#865538 (or 0x865538) is known color: Rope. HEX triplet: 86, 55 and 38. RGB value is (134,85,56). Sum of RGB (Red+Green+Blue) = 134+85+56=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #865538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865538 is #79AAC7. Grayscale: #606060. Windows color (decimal): -7973576 or 3691910. OLE color: 3691910.

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

Color convert

RGB 134 85 56 -
CMYK 0 0.37 0.58 0.47
HSL 22.31º 0.41% 0.37% -
HSV(B) 22.31º 0.58% 0.53% -
XYZ 13.79 11.85 5.3 -
YUV 96.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 134 85 56 0 0.37 0.58 0.47 22.31 0.41 0.37
Hex 86 55 38 0 25 3A 2F 16 29 25
Octal 206 125 70 0 45 72 57 26 51 45
Binary 10000110 1010101 111000 0 100101 111010 101111 10110 101001 100101

Color Harmonies of #865538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865538

Black with #865538

Text Example


Text Example

White with #865538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865538; }

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

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

background-color css

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

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

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

border-color css

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

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

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