#955038

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

Shades of Piper #955038

Tints of Piper #955038

Color information

#955038 (or 0x955038) is unknown color: approx Piper. HEX triplet: 95, 50 and 38. RGB value is (149,80,56). Sum of RGB (Red+Green+Blue) = 149+80+56=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #955038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955038 is #6AAFC7. Grayscale: #626262. Windows color (decimal): -6991816 or 3690645. OLE color: 3690645.

HSL color Cylindrical-coordinate representation of color #955038: hue angle of 15.48º 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 #955038 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1498056-
CMYK00.460.620.42
HSL15.48º45.37%40.2%-
HSV(B)15.48º62.42%58.43%-
XYZ15.9812.415.3-
YUV97.9104.36164.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=52.28%
G=28.07%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149805600.460.620.4215.4845.3740.2
Hex95503802E3E2Af2d28
Octal225120700567652175550
Binary10010101101000011100001011101111101010101111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955038; }

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

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

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

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

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

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

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

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