#96503A

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

Shades of Piper #96503A

Tints of Piper #96503A

Color information

#96503A (or 0x96503A) is unknown color: approx Piper. HEX triplet: 96, 50 and 3A. RGB value is (150,80,58). Sum of RGB (Red+Green+Blue) = 150+80+58=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #96503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96503A is #69AFC5. Grayscale: #626262. Windows color (decimal): -6926278 or 3821718. OLE color: 3821718.

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

Color convert

RGB1508058-
CMYK00.470.610.41
HSL14.35º44.23%40.78%-
HSV(B)14.35º61.33%58.82%-
XYZ16.2112.535.57-
YUV98.42105.19164.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=52.08%
G=27.78%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150805800.470.610.4114.3544.2340.78
Hex96503A02F3D29e2c29
Octal226120720577551165451
Binary10010110101000011101001011111111011010011110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96503A; }

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

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

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

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

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

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

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

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