Html Css Color HEX #985537 Piper

📋 copy color: '#985537'

red 152 ◦ green 85 ◦ blue 55

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

Shades of Piper #985537

Tints of Piper #985537

RGB

 RED value IS 152 (59.77% from 255) = 52.05%

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 52.05%
G = 29.11%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#985537 (or 0x985537) is known color: Piper. HEX triplet: 98, 55 and 37. RGB value is (152,85,55). Sum of RGB (Red+Green+Blue) = 152+85+55=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #985537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985537 is #67AAC8. Grayscale: #656565. Windows color (decimal): -6793929 or 3626392. OLE color: 3626392.

HSL color Cylindrical-coordinate representation of color #985537: hue angle of 18.56º 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 #985537 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 55 -
CMYK 0 0.44 0.64 0.40
HSL 18.56º 0.47% 0.41% -
HSV(B) 18.56º 0.64% 0.6% -
XYZ 16.89 13.45 5.32 -
YUV 101.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 152 85 55 0 0.44 0.64 0.40 18.56 0.47 0.41
Hex 98 55 37 0 2C 40 28 13 2F 29
Octal 230 125 67 0 54 100 50 23 57 51
Binary 10011000 1010101 110111 0 101100 1000000 101000 10011 101111 101001

Color Harmonies of #985537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985537

Black with #985537

Text Example


Text Example

White with #985537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985537; }

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

 H1.HeaderClassName
 {
   color: #985537;
 }
 .AnyTagClassName
 {
   color: #985537;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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