Html Css Color HEX #85543B Rope

📋 copy color: '#85543B'

red 133 ◦ green 84 ◦ blue 59

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

Shades of Rope #85543B

Tints of Rope #85543B

RGB

 RED value IS 133 (52.34% from 255) = 48.19%

 GREEN value IS 84 (33.2% from 255) = 30.43%

 BLUE value IS 59 (23.44% from 255) = 21.38%

R = 48.19%
G = 30.43%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85543B (or 0x85543B) is known color: Rope. HEX triplet: 85, 54 and 3B. RGB value is (133,84,59). Sum of RGB (Red+Green+Blue) = 133+84+59=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85543B is #7AABC4. Grayscale: #5F5F5F. Windows color (decimal): -8039365 or 3888261. OLE color: 3888261.

HSL color Cylindrical-coordinate representation of color #85543B: hue angle of 20.27º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85543B is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 59 -
CMYK 0 0.37 0.56 0.48
HSL 20.27º 0.39% 0.38% -
HSV(B) 20.27º 0.56% 0.52% -
XYZ 13.63 11.64 5.67 -
YUV 95.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 133 84 59 0 0.37 0.56 0.48 20.27 0.39 0.38
Hex 85 54 3B 0 25 38 30 14 27 26
Octal 205 124 73 0 45 70 60 24 47 46
Binary 10000101 1010100 111011 0 100101 111000 110000 10100 100111 100110

Color Harmonies of #85543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85543B

Black with #85543B

Text Example


Text Example

White with #85543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85543B; }

 p { color: rgb(133,84,59); }

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

background-color css

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

 a { background-color: rgb(133,84,59); }

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

border-color css

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

 span { border-color: rgb(133,84,59); }

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