Html Css Color HEX #985534 Piper

📋 copy color: '#985534'

red 152 ◦ green 85 ◦ blue 52

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

Shades of Piper #985534

Tints of Piper #985534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 52.6%
G = 29.41%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#985534 (or 0x985534) is known color: Piper. HEX triplet: 98, 55 and 34. RGB value is (152,85,52). Sum of RGB (Red+Green+Blue) = 152+85+52=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #985534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985534 is #67AACB. Grayscale: #656565. Windows color (decimal): -6793932 or 3429784. OLE color: 3429784.

HSL color Cylindrical-coordinate representation of color #985534: hue angle of 19.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #985534 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 52 -
CMYK 0 0.44 0.66 0.40
HSL 19.8º 0.49% 0.4% -
HSV(B) 19.8º 0.66% 0.6% -
XYZ 16.82 13.42 4.95 -
YUV 101.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 152 85 52 0 0.44 0.66 0.40 19.8 0.49 0.4
Hex 98 55 34 0 2C 42 28 14 31 28
Octal 230 125 64 0 54 102 50 24 61 50
Binary 10011000 1010101 110100 0 101100 1000010 101000 10100 110001 101000

Color Harmonies of #985534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985534

Black with #985534

Text Example


Text Example

White with #985534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985534; }

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

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

background-color css

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

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

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

border-color css

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

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

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