#97503A

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

Shades of Piper #97503A

Tints of Piper #97503A

Color information

#97503A (or 0x97503A) is unknown color: approx Piper. HEX triplet: 97, 50 and 3A. RGB value is (151,80,58). Sum of RGB (Red+Green+Blue) = 151+80+58=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #97503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97503A is #68AFC5. Grayscale: #626262. Windows color (decimal): -6860742 or 3821719. OLE color: 3821719.

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

Color convert

RGB1518058-
CMYK00.470.620.41
HSL14.19º44.5%40.98%-
HSV(B)14.19º61.59%59.22%-
XYZ16.3912.625.58-
YUV98.72105.02165.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.25%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=52.25%
G=27.68%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151805800.470.620.4114.1944.540.98
Hex97503A02F3E29e2c29
Octal227120720577651165451
Binary10010111101000011101001011111111101010011110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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