#965038

Color #965038 Piper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Piper #965038

Tints of Piper #965038

Color information

#965038 (or 0x965038) is unknown color: approx Piper. HEX triplet: 96, 50 and 38. RGB value is (150,80,56). Sum of RGB (Red+Green+Blue) = 150+80+56=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965038 is #69AFC7. Grayscale: #626262. Windows color (decimal): -6926280 or 3690646. OLE color: 3690646.

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

Color convert

RGB1508056-
CMYK00.470.630.41
HSL15.32º45.63%40.39%-
HSV(B)15.32º62.67%58.82%-
XYZ16.1612.515.3-
YUV98.19104.19164.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=52.45%
G=27.97%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150805600.470.630.4115.3245.6340.39
Hex96503802F3F29f2e28
Octal226120700577751175650
Binary10010110101000011100001011111111111010011111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965038; }

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

 H1.HeaderClassName
 {
   color: #965038;
 }
 .AnyTagClassName
 {
   color: #965038;
 }
</style>
background-color css

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

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

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

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

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

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