Html Css Color HEX #954F39 Piper

📋 copy color: '#954F39'

red 149 ◦ green 79 ◦ blue 57

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

Shades of Piper #954F39

Tints of Piper #954F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20%

R = 52.28%
G = 27.72%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#954F39 (or 0x954F39) is known color: Piper. HEX triplet: 95, 4F and 39. RGB value is (149,79,57). Sum of RGB (Red+Green+Blue) = 149+79+57=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #954F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F39 is #6AB0C6. Grayscale: #616161. Windows color (decimal): -6992071 or 3755925. OLE color: 3755925.

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

Color convert

RGB 149 79 57 -
CMYK 0 0.47 0.62 0.42
HSL 14.35º 0.45% 0.4% -
HSV(B) 14.35º 0.62% 0.58% -
XYZ 15.93 12.28 5.4 -
YUV 97.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 149 79 57 0 0.47 0.62 0.42 14.35 0.45 0.4
Hex 95 4F 39 0 2F 3E 2A E 2D 28
Octal 225 117 71 0 57 76 52 16 55 50
Binary 10010101 1001111 111001 0 101111 111110 101010 1110 101101 101000

Color Harmonies of #954F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F39

Black with #954F39

Text Example


Text Example

White with #954F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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