Html Css Color HEX #964D37 Piper

📋 copy color: '#964D37'

red 150 ◦ green 77 ◦ blue 55

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

Shades of Piper #964D37

Tints of Piper #964D37

RGB

 RED value IS 150 (58.98% from 255) = 53.19%

 GREEN value IS 77 (30.47% from 255) = 27.3%

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

R = 53.19%
G = 27.3%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#964D37 (or 0x964D37) is known color: Piper. HEX triplet: 96, 4D and 37. RGB value is (150,77,55). Sum of RGB (Red+Green+Blue) = 150+77+55=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #964D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D37 is #69B2C8. Grayscale: #606060. Windows color (decimal): -6927049 or 3624342. OLE color: 3624342.

HSL color Cylindrical-coordinate representation of color #964D37: hue angle of 13.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964D37 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 55 -
CMYK 0 0.49 0.63 0.41
HSL 13.89º 0.46% 0.4% -
HSV(B) 13.89º 0.63% 0.59% -
XYZ 15.92 12.07 5.1 -
YUV 96.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 150 77 55 0 0.49 0.63 0.41 13.89 0.46 0.4
Hex 96 4D 37 0 31 3F 29 E 2E 28
Octal 226 115 67 0 61 77 51 16 56 50
Binary 10010110 1001101 110111 0 110001 111111 101001 1110 101110 101000

Color Harmonies of #964D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D37

Black with #964D37

Text Example


Text Example

White with #964D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964D37; }

 p { color: rgb(150,77,55); }

 H1.HeaderClassName
 {
   color: #964D37;
 }
 .AnyTagClassName
 {
   color: #964D37;
 }
</style>

background-color css

<style>
 a { background-color: #964D37; }

 a { background-color: rgb(150,77,55); }

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

border-color css

<style>
 span { border-color: #964D37; }

 span { border-color: rgb(150,77,55); }

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