Html Css Color HEX #9F5332 Piper

📋 copy color: '#9F5332'

red 159 ◦ green 83 ◦ blue 50

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

Shades of Piper #9F5332

Tints of Piper #9F5332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

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

R = 54.45%
G = 28.42%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F5332 (or 0x9F5332) is known color: Piper. HEX triplet: 9F, 53 and 32. RGB value is (159,83,50). Sum of RGB (Red+Green+Blue) = 159+83+50=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5332 is #60ACCD. Grayscale: #666666. Windows color (decimal): -6335694 or 3298207. OLE color: 3298207.

HSL color Cylindrical-coordinate representation of color #9F5332: hue angle of 18.17º 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 #9F5332 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 83 50 -
CMYK 0 0.48 0.69 0.38
HSL 18.17º 0.52% 0.41% -
HSV(B) 18.17º 0.69% 0.62% -
XYZ 17.97 13.79 4.73 -
YUV 101.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 159 83 50 0 0.48 0.69 0.38 18.17 0.52 0.41
Hex 9F 53 32 0 30 45 26 12 34 29
Octal 237 123 62 0 60 105 46 22 64 51
Binary 10011111 1010011 110010 0 110000 1000101 100110 10010 110100 101001

Color Harmonies of #9F5332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5332

Black with #9F5332

Text Example


Text Example

White with #9F5332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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