Html Css Color HEX #85553B Rope

📋 copy color: '#85553B'

red 133 ◦ green 85 ◦ blue 59

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

Shades of Rope #85553B

Tints of Rope #85553B

RGB

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

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

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

R = 48.01%
G = 30.69%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85553B (or 0x85553B) is known color: Rope. HEX triplet: 85, 55 and 3B. RGB value is (133,85,59). Sum of RGB (Red+Green+Blue) = 133+85+59=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85553B is #7AAAC4. Grayscale: #606060. Windows color (decimal): -8039109 or 3888517. OLE color: 3888517.

HSL color Cylindrical-coordinate representation of color #85553B: hue angle of 21.08º 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 #85553B is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 59 -
CMYK 0 0.36 0.56 0.48
HSL 21.08º 0.39% 0.38% -
HSV(B) 21.08º 0.56% 0.52% -
XYZ 13.71 11.8 5.69 -
YUV 96.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 133 85 59 0 0.36 0.56 0.48 21.08 0.39 0.38
Hex 85 55 3B 0 24 38 30 15 27 26
Octal 205 125 73 0 44 70 60 25 47 46
Binary 10000101 1010101 111011 0 100100 111000 110000 10101 100111 100110

Color Harmonies of #85553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85553B

Black with #85553B

Text Example


Text Example

White with #85553B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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