#98503B

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

Shades of Piper #98503B

Tints of Piper #98503B

Color information

#98503B (or 0x98503B) is unknown color: approx Piper. HEX triplet: 98, 50 and 3B. RGB value is (152,80,59). Sum of RGB (Red+Green+Blue) = 152+80+59=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #98503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98503B is #67AFC4. Grayscale: #636363. Windows color (decimal): -6795205 or 3887256. OLE color: 3887256.

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

Color convert

RGB1528059-
CMYK00.470.610.40
HSL13.55º44.08%41.37%-
HSV(B)13.55º61.18%59.61%-
XYZ16.6112.735.72-
YUV99.13105.35165.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 59 (23.44% from 255) = 20.27%
R=52.23%
G=27.49%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152805900.470.610.4013.5544.0841.37
Hex98503B02F3D28e2c29
Octal230120730577550165451
Binary10011000101000011101101011111111011010001110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,80,59); }

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

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

 a { background-color: rgb(152,80,59); }

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

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

 span { border-color: rgb(152,80,59); }

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