Html Css Color HEX #9F5132 Piper

📋 copy color: '#9F5132'

red 159 ◦ green 81 ◦ blue 50

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

Shades of Piper #9F5132

Tints of Piper #9F5132

RGB

 RED value IS 159 (62.5% from 255) = 54.83%

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

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

R = 54.83%
G = 27.93%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F5132 (or 0x9F5132) is known color: Piper. HEX triplet: 9F, 51 and 32. RGB value is (159,81,50). Sum of RGB (Red+Green+Blue) = 159+81+50=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5132 is #60AECD. Grayscale: #646464. Windows color (decimal): -6336206 or 3297695. OLE color: 3297695.

HSL color Cylindrical-coordinate representation of color #9F5132: hue angle of 17.06º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F5132 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 81 50 -
CMYK 0 0.49 0.69 0.38
HSL 17.06º 0.52% 0.41% -
HSV(B) 17.06º 0.69% 0.62% -
XYZ 17.82 13.49 4.68 -
YUV 100.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 159 81 50 0 0.49 0.69 0.38 17.06 0.52 0.41
Hex 9F 51 32 0 31 45 26 11 34 29
Octal 237 121 62 0 61 105 46 21 64 51
Binary 10011111 1010001 110010 0 110001 1000101 100110 10001 110100 101001

Color Harmonies of #9F5132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5132

Black with #9F5132

Text Example


Text Example

White with #9F5132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5132; }

 p { color: rgb(159,81,50); }

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

background-color css

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

 a { background-color: rgb(159,81,50); }

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

border-color css

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

 span { border-color: rgb(159,81,50); }

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