#985037

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

Shades of Piper #985037

Tints of Piper #985037

Color information

#985037 (or 0x985037) is unknown color: approx Piper. HEX triplet: 98, 50 and 37. RGB value is (152,80,55). Sum of RGB (Red+Green+Blue) = 152+80+55=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #985037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985037 is #67AFC8. Grayscale: #626262. Windows color (decimal): -6795209 or 3625112. OLE color: 3625112.

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

Color convert

RGB1528055-
CMYK00.470.640.40
HSL15.46º46.86%40.59%-
HSV(B)15.46º63.82%59.61%-
XYZ16.5112.695.19-
YUV98.68103.35166.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=52.96%
G=27.87%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152805500.470.640.4015.4646.8640.59
Hex98503702F4028f2f29
Octal2301206705710050175751
Binary100110001010000110111010111110000001010001111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985037; }

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

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

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

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

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

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

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

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