Html Css Color HEX #954F37 Piper

📋 copy color: '#954F37'

red 149 ◦ green 79 ◦ blue 55

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

Shades of Piper #954F37

Tints of Piper #954F37

RGB

 RED value IS 149 (58.59% from 255) = 52.65%

 GREEN value IS 79 (31.25% from 255) = 27.92%

 BLUE value IS 55 (21.88% from 255) = 19.43%

R = 52.65%
G = 27.92%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#954F37 (or 0x954F37) is known color: Piper. HEX triplet: 95, 4F and 37. RGB value is (149,79,55). Sum of RGB (Red+Green+Blue) = 149+79+55=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #954F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F37 is #6AB0C8. Grayscale: #616161. Windows color (decimal): -6992073 or 3624853. OLE color: 3624853.

HSL color Cylindrical-coordinate representation of color #954F37: hue angle of 15.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954F37 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 55 -
CMYK 0 0.47 0.63 0.42
HSL 15.32º 0.46% 0.4% -
HSV(B) 15.32º 0.63% 0.58% -
XYZ 15.88 12.26 5.14 -
YUV 97.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 149 79 55 0 0.47 0.63 0.42 15.32 0.46 0.4
Hex 95 4F 37 0 2F 3F 2A F 2E 28
Octal 225 117 67 0 57 77 52 17 56 50
Binary 10010101 1001111 110111 0 101111 111111 101010 1111 101110 101000

Color Harmonies of #954F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F37

Black with #954F37

Text Example


Text Example

White with #954F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F37; }

 p { color: rgb(149,79,55); }

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

background-color css

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

 a { background-color: rgb(149,79,55); }

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

border-color css

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

 span { border-color: rgb(149,79,55); }

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