#955238

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

Shades of Piper #955238

Tints of Piper #955238

Color information

#955238 (or 0x955238) is unknown color: approx Piper. HEX triplet: 95, 52 and 38. RGB value is (149,82,56). Sum of RGB (Red+Green+Blue) = 149+82+56=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955238 is #6AADC7. Grayscale: #636363. Windows color (decimal): -6991304 or 3691157. OLE color: 3691157.

HSL color Cylindrical-coordinate representation of color #955238: hue angle of 16.77º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955238 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1498256-
CMYK00.450.620.42
HSL16.77º45.37%40.2%-
HSV(B)16.77º62.42%58.43%-
XYZ16.1312.715.34-
YUV99.07103.7163.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=51.92%
G=28.57%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149825600.450.620.4216.7745.3740.2
Hex95523802D3E2A112d28
Octal225122700557652215550
Binary100101011010010111000010110111111010101010001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955238; }

 p { color: rgb(149,82,56); }

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

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

 a { background-color: rgb(149,82,56); }

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

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

 span { border-color: rgb(149,82,56); }

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