#88553D

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

Shades of Rope #88553D

Tints of Rope #88553D

Color information

#88553D (or 0x88553D) is unknown color: approx Rope. HEX triplet: 88, 55 and 3D. RGB value is (136,85,61). Sum of RGB (Red+Green+Blue) = 136+85+61=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88553D is #77AAC2. Grayscale: #616161. Windows color (decimal): -7842499 or 4019592. OLE color: 4019592.

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

Color convert

RGB1368561-
CMYK00.380.550.47
HSL19.2º38.07%38.63%-
HSV(B)19.2º55.15%53.33%-
XYZ14.2412.075.99-
YUV97.51107.4155.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 61 (24.22% from 255) = 21.63%
R=48.23%
G=30.14%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136856100.380.550.4719.238.0738.63
Hex88553D026372F132627
Octal210125750466757234647
Binary100010001010101111101010011011011110111110011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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