Html Css Color HEX #85553C Rope

📋 copy color: '#85553C'

red 133 ◦ green 85 ◦ blue 60

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

Shades of Rope #85553C

Tints of Rope #85553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 47.84%
G = 30.58%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85553C (or 0x85553C) is known color: Rope. HEX triplet: 85, 55 and 3C. RGB value is (133,85,60). Sum of RGB (Red+Green+Blue) = 133+85+60=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85553C is #7AAAC3. Grayscale: #606060. Windows color (decimal): -8039108 or 3954053. OLE color: 3954053.

HSL color Cylindrical-coordinate representation of color #85553C: hue angle of 20.55º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85553C is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 60 -
CMYK 0 0.36 0.55 0.48
HSL 20.55º 0.38% 0.38% -
HSV(B) 20.55º 0.55% 0.52% -
XYZ 13.74 11.81 5.83 -
YUV 96.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 133 85 60 0 0.36 0.55 0.48 20.55 0.38 0.38
Hex 85 55 3C 0 24 37 30 15 26 26
Octal 205 125 74 0 44 67 60 25 46 46
Binary 10000101 1010101 111100 0 100100 110111 110000 10101 100110 100110

Color Harmonies of #85553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85553C

Black with #85553C

Text Example


Text Example

White with #85553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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