#85553A

Color #85553A Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #85553A

Tints of Rope #85553A

Color information

#85553A (or 0x85553A) is unknown color: approx Rope. HEX triplet: 85, 55 and 3A. RGB value is (133,85,58). Sum of RGB (Red+Green+Blue) = 133+85+58=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85553A is #7AAAC5. Grayscale: #606060. Windows color (decimal): -8039110 or 3822981. OLE color: 3822981.

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

Color convert

RGB1338558-
CMYK00.360.560.48
HSL21.6º39.27%37.45%-
HSV(B)21.6º56.39%52.16%-
XYZ13.6911.795.56-
YUV96.27106.4154.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=48.19%
G=30.80%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133855800.360.560.4821.639.2737.45
Hex85553A0243830162725
Octal205125720447060264745
Binary100001011010101111010010010011100011000010110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85553A;
 }
 .AnyTagClassName
 {
   color: #85553A;
 }
</style>
background-color css

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

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

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

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

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

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