Html Css Color HEX #965537 Piper

📋 copy color: '#965537'

red 150 ◦ green 85 ◦ blue 55

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

Shades of Piper #965537

Tints of Piper #965537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 51.72%
G = 29.31%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965537 (or 0x965537) is known color: Piper. HEX triplet: 96, 55 and 37. RGB value is (150,85,55). Sum of RGB (Red+Green+Blue) = 150+85+55=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #965537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965537 is #69AAC8. Grayscale: #656565. Windows color (decimal): -6925001 or 3626390. OLE color: 3626390.

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

Color convert

RGB 150 85 55 -
CMYK 0 0.43 0.63 0.41
HSL 18.95º 0.46% 0.4% -
HSV(B) 18.95º 0.63% 0.59% -
XYZ 16.52 13.26 5.3 -
YUV 101.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 150 85 55 0 0.43 0.63 0.41 18.95 0.46 0.4
Hex 96 55 37 0 2B 3F 29 13 2E 28
Octal 226 125 67 0 53 77 51 23 56 50
Binary 10010110 1010101 110111 0 101011 111111 101001 10011 101110 101000

Color Harmonies of #965537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965537

Black with #965537

Text Example


Text Example

White with #965537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965537; }

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

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

background-color css

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

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

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

border-color css

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

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

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