#9F7152

Color #9F7152 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #9F7152

Tints of Pale Brown #9F7152

Color information

#9F7152 (or 0x9F7152) is unknown color: approx Pale Brown. HEX triplet: 9F, 71 and 52. RGB value is (159,113,82). Sum of RGB (Red+Green+Blue) = 159+113+82=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7152 is #608EAD. Grayscale: #7B7B7B. Windows color (decimal): -6327982 or 5403039. OLE color: 5403039.

HSL color Cylindrical-coordinate representation of color #9F7152: hue angle of 24.16º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F7152 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15911382-
CMYK00.290.480.38
HSL24.16º31.95%47.25%-
HSV(B)24.16º48.43%62.35%-
XYZ21.7319.7910.66-
YUV123.22104.74153.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=44.92%
G=31.92%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591138200.290.480.3824.1631.9547.25
Hex9F715201D302618202f
Octal2371611220356046304057
Binary100111111110001101001001110111000010011011000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7152; }

 p { color: rgb(159,113,82); }

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

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

 a { background-color: rgb(159,113,82); }

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

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

 span { border-color: rgb(159,113,82); }

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