Html Css Color HEX #965237 Piper

📋 copy color: '#965237'

red 150 ◦ green 82 ◦ blue 55

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

Shades of Piper #965237

Tints of Piper #965237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

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

R = 52.26%
G = 28.57%
B = 19.16%

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

#965237 (or 0x965237) is known color: Piper. HEX triplet: 96, 52 and 37. RGB value is (150,82,55). Sum of RGB (Red+Green+Blue) = 150+82+55=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #965237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965237 is #69ADC8. Grayscale: #636363. Windows color (decimal): -6925769 or 3625622. OLE color: 3625622.

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

Color convert

RGB 150 82 55 -
CMYK 0 0.45 0.63 0.41
HSL 17.05º 0.46% 0.4% -
HSV(B) 17.05º 0.63% 0.59% -
XYZ 16.28 12.79 5.23 -
YUV 99.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 150 82 55 0 0.45 0.63 0.41 17.05 0.46 0.4
Hex 96 52 37 0 2D 3F 29 11 2E 28
Octal 226 122 67 0 55 77 51 21 56 50
Binary 10010110 1010010 110111 0 101101 111111 101001 10001 101110 101000

Color Harmonies of #965237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965237

Black with #965237

Text Example


Text Example

White with #965237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965237; }

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

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

background-color css

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

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

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

border-color css

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

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

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