Html Css Color HEX #9F5034 Piper

📋 copy color: '#9F5034'

red 159 ◦ green 80 ◦ blue 52

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

Shades of Piper #9F5034

Tints of Piper #9F5034

RGB

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

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

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

R = 54.64%
G = 27.49%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F5034 (or 0x9F5034) is known color: Piper. HEX triplet: 9F, 50 and 34. RGB value is (159,80,52). Sum of RGB (Red+Green+Blue) = 159+80+52=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5034 is #60AFCB. Grayscale: #646464. Windows color (decimal): -6336460 or 3428511. OLE color: 3428511.

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

Color convert

RGB 159 80 52 -
CMYK 0 0.50 0.67 0.38
HSL 15.7º 0.51% 0.41% -
HSV(B) 15.7º 0.67% 0.62% -
XYZ 17.79 13.36 4.89 -
YUV 100.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 159 80 52 0 0.50 0.67 0.38 15.7 0.51 0.41
Hex 9F 50 34 0 32 43 26 10 33 29
Octal 237 120 64 0 62 103 46 20 63 51
Binary 10011111 1010000 110100 0 110010 1000011 100110 10000 110011 101001

Color Harmonies of #9F5034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5034

Black with #9F5034

Text Example


Text Example

White with #9F5034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,52); }

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

background-color css

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

 a { background-color: rgb(159,80,52); }

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

border-color css

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

 span { border-color: rgb(159,80,52); }

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