Html Css Color HEX #995032 Piper

📋 copy color: '#995032'

red 153 ◦ green 80 ◦ blue 50

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

Shades of Piper #995032

Tints of Piper #995032

RGB

 RED value IS 153 (60.16% from 255) = 54.06%

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 54.06%
G = 28.27%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#995032 (or 0x995032) is known color: Piper. HEX triplet: 99, 50 and 32. RGB value is (153,80,50). Sum of RGB (Red+Green+Blue) = 153+80+50=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #995032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995032 is #66AFCD. Grayscale: #626262. Windows color (decimal): -6729678 or 3297433. OLE color: 3297433.

HSL color Cylindrical-coordinate representation of color #995032: hue angle of 17.48º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #995032 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 50 -
CMYK 0 0.48 0.67 0.4
HSL 17.48º 0.51% 0.4% -
HSV(B) 17.48º 0.67% 0.6% -
XYZ 16.58 12.74 4.6 -
YUV 98.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 153 80 50 0 0.48 0.67 0.4 17.48 0.51 0.4
Hex 99 50 32 0 30 43 28 11 33 28
Octal 231 120 62 0 60 103 50 21 63 50
Binary 10011001 1010000 110010 0 110000 1000011 101000 10001 110011 101000

Color Harmonies of #995032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995032

Black with #995032

Text Example


Text Example

White with #995032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995032; }

 p { color: rgb(153,80,50); }

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

background-color css

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

 a { background-color: rgb(153,80,50); }

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

border-color css

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

 span { border-color: rgb(153,80,50); }

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