#88553B

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

Shades of Rope #88553B

Tints of Rope #88553B

Color information

#88553B (or 0x88553B) is unknown color: approx Rope. HEX triplet: 88, 55 and 3B. RGB value is (136,85,59). Sum of RGB (Red+Green+Blue) = 136+85+59=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88553B is #77AAC4. Grayscale: #616161. Windows color (decimal): -7842501 or 3888520. OLE color: 3888520.

HSL color Cylindrical-coordinate representation of color #88553B: hue angle of 20.26º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88553B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1368559-
CMYK00.380.570.47
HSL20.26º39.49%38.24%-
HSV(B)20.26º56.62%53.33%-
XYZ14.1912.055.72-
YUV97.28106.4155.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=48.57%
G=30.36%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136855900.380.570.4720.2639.4938.24
Hex88553B026392F142726
Octal210125730467157244746
Binary100010001010101111011010011011100110111110100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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