Html Css Color HEX #965037 Piper

📋 copy color: '#965037'

red 150 ◦ green 80 ◦ blue 55

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

Shades of Piper #965037

Tints of Piper #965037

RGB

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

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

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

R = 52.63%
G = 28.07%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965037 (or 0x965037) is known color: Piper. HEX triplet: 96, 50 and 37. RGB value is (150,80,55). Sum of RGB (Red+Green+Blue) = 150+80+55=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #965037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965037 is #69AFC8. Grayscale: #626262. Windows color (decimal): -6926281 or 3625110. OLE color: 3625110.

HSL color Cylindrical-coordinate representation of color #965037: hue angle of 15.79º 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 #965037 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 55 -
CMYK 0 0.47 0.63 0.41
HSL 15.79º 0.46% 0.4% -
HSV(B) 15.79º 0.63% 0.59% -
XYZ 16.14 12.5 5.18 -
YUV 98.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 150 80 55 0 0.47 0.63 0.41 15.79 0.46 0.4
Hex 96 50 37 0 2F 3F 29 10 2E 28
Octal 226 120 67 0 57 77 51 20 56 50
Binary 10010110 1010000 110111 0 101111 111111 101001 10000 101110 101000

Color Harmonies of #965037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965037

Black with #965037

Text Example


Text Example

White with #965037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965037; }

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

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

background-color css

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

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

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

border-color css

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

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

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