Html Css Color HEX #965236 Piper

📋 copy color: '#965236'

red 150 ◦ green 82 ◦ blue 54

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

Shades of Piper #965236

Tints of Piper #965236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 52.45%
G = 28.67%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#965236 (or 0x965236) is known color: Piper. HEX triplet: 96, 52 and 36. RGB value is (150,82,54). Sum of RGB (Red+Green+Blue) = 150+82+54=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965236 is #69ADC9. Grayscale: #636363. Windows color (decimal): -6925770 or 3560086. OLE color: 3560086.

HSL color Cylindrical-coordinate representation of color #965236: hue angle of 17.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #965236 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 82 54 -
CMYK 0 0.45 0.64 0.41
HSL 17.5º 0.47% 0.4% -
HSV(B) 17.5º 0.64% 0.59% -
XYZ 16.26 12.78 5.1 -
YUV 99.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 150 82 54 0 0.45 0.64 0.41 17.5 0.47 0.4
Hex 96 52 36 0 2D 40 29 12 2F 28
Octal 226 122 66 0 55 100 51 22 57 50
Binary 10010110 1010010 110110 0 101101 1000000 101001 10010 101111 101000

Color Harmonies of #965236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965236

Black with #965236

Text Example


Text Example

White with #965236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965236; }

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

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

background-color css

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

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

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

border-color css

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

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

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