Html Css Color HEX #985234 Piper

📋 copy color: '#985234'

red 152 ◦ green 82 ◦ blue 52

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

Shades of Piper #985234

Tints of Piper #985234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 53.15%
G = 28.67%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#985234 (or 0x985234) is known color: Piper. HEX triplet: 98, 52 and 34. RGB value is (152,82,52). Sum of RGB (Red+Green+Blue) = 152+82+52=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #985234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985234 is #67ADCB. Grayscale: #636363. Windows color (decimal): -6794700 or 3429016. OLE color: 3429016.

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

Color convert

RGB 152 82 52 -
CMYK 0 0.46 0.66 0.40
HSL 18º 0.49% 0.4% -
HSV(B) 18º 0.66% 0.6% -
XYZ 16.59 12.96 4.88 -
YUV 99.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 152 82 52 0 0.46 0.66 0.40 18 0.49 0.4
Hex 98 52 34 0 2E 42 28 12 31 28
Octal 230 122 64 0 56 102 50 22 61 50
Binary 10011000 1010010 110100 0 101110 1000010 101000 10010 110001 101000

Color Harmonies of #985234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985234

Black with #985234

Text Example


Text Example

White with #985234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985234; }

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

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

background-color css

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

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

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

border-color css

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

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

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