Html Css Color HEX #985037 Piper

📋 copy color: '#985037'

red 152 ◦ green 80 ◦ blue 55

#985037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Piper #985037

Tints of Piper #985037

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 value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#985037 (or 0x985037) is known color: 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

RGB 152 80 55 -
CMYK 0 0.47 0.64 0.40
HSL 15.46º 0.47% 0.41% -
HSV(B) 15.46º 0.64% 0.6% -
XYZ 16.51 12.69 5.19 -
YUV 98.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 152 80 55 0 0.47 0.64 0.40 15.46 0.47 0.41
Hex 98 50 37 0 2F 40 28 F 2F 29
Octal 230 120 67 0 57 100 50 17 57 51
Binary 10011000 1010000 110111 0 101111 1000000 101000 1111 101111 101001

Color Harmonies of #985037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985037

Black with #985037

Text Example


Text Example

White with #985037

Text Example


Text Example

HTML Codes & Css Web 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>