Html Css Color HEX #985134 Piper

📋 copy color: '#985134'

red 152 ◦ green 81 ◦ blue 52

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

Shades of Piper #985134

Tints of Piper #985134

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

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

R = 53.33%
G = 28.42%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#985134 (or 0x985134) is known color: Piper. HEX triplet: 98, 51 and 34. RGB value is (152,81,52). Sum of RGB (Red+Green+Blue) = 152+81+52=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #985134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985134 is #67AECB. Grayscale: #636363. Windows color (decimal): -6794956 or 3428760. OLE color: 3428760.

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

Color convert

RGB 152 81 52 -
CMYK 0 0.47 0.66 0.40
HSL 17.4º 0.49% 0.4% -
HSV(B) 17.4º 0.66% 0.6% -
XYZ 16.51 12.81 4.85 -
YUV 98.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 152 81 52 0 0.47 0.66 0.40 17.4 0.49 0.4
Hex 98 51 34 0 2F 42 28 11 31 28
Octal 230 121 64 0 57 102 50 21 61 50
Binary 10011000 1010001 110100 0 101111 1000010 101000 10001 110001 101000

Color Harmonies of #985134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985134

Black with #985134

Text Example


Text Example

White with #985134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985134; }

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

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

background-color css

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

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

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

border-color css

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

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

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