Html Css Color HEX #965337 Piper

📋 copy color: '#965337'

red 150 ◦ green 83 ◦ blue 55

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

Shades of Piper #965337

Tints of Piper #965337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

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

R = 52.08%
G = 28.82%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965337 (or 0x965337) is known color: Piper. HEX triplet: 96, 53 and 37. RGB value is (150,83,55). Sum of RGB (Red+Green+Blue) = 150+83+55=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #965337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965337 is #69ACC8. Grayscale: #646464. Windows color (decimal): -6925513 or 3625878. OLE color: 3625878.

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

Color convert

RGB 150 83 55 -
CMYK 0 0.45 0.63 0.41
HSL 17.68º 0.46% 0.4% -
HSV(B) 17.68º 0.63% 0.59% -
XYZ 16.36 12.95 5.25 -
YUV 99.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 150 83 55 0 0.45 0.63 0.41 17.68 0.46 0.4
Hex 96 53 37 0 2D 3F 29 12 2E 28
Octal 226 123 67 0 55 77 51 22 56 50
Binary 10010110 1010011 110111 0 101101 111111 101001 10010 101110 101000

Color Harmonies of #965337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965337

Black with #965337

Text Example


Text Example

White with #965337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965337; }

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

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

background-color css

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

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

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

border-color css

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

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

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