#98553A

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

Shades of Piper #98553A

Tints of Piper #98553A

Color information

#98553A (or 0x98553A) is unknown color: approx Piper. HEX triplet: 98, 55 and 3A. RGB value is (152,85,58). Sum of RGB (Red+Green+Blue) = 152+85+58=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98553A is #67AAC5. Grayscale: #666666. Windows color (decimal): -6793926 or 3823000. OLE color: 3823000.

HSL color Cylindrical-coordinate representation of color #98553A: hue angle of 17.23º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98553A is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1528558-
CMYK00.440.620.40
HSL17.23º44.76%41.18%-
HSV(B)17.23º61.84%59.61%-
XYZ16.9613.485.71-
YUV101.95103.2163.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=51.53%
G=28.81%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152855800.440.620.4017.2344.7641.18
Hex98553A02C3E28112d29
Octal230125720547650215551
Binary100110001010101111010010110011111010100010001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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