#9C7253

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

Shades of Pale Brown #9C7253

Tints of Pale Brown #9C7253

Color information

#9C7253 (or 0x9C7253) is unknown color: approx Pale Brown. HEX triplet: 9C, 72 and 53. RGB value is (156,114,83). Sum of RGB (Red+Green+Blue) = 156+114+83=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7253 is #638DAC. Grayscale: #7B7B7B. Windows color (decimal): -6524333 or 5468828. OLE color: 5468828.

HSL color Cylindrical-coordinate representation of color #9C7253: hue angle of 25.48º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7253 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB15611483-
CMYK00.270.470.39
HSL25.48º30.54%46.86%-
HSV(B)25.48º46.79%61.18%-
XYZ21.2919.7310.87-
YUV123.02105.41151.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.19%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=44.19%
G=32.29%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561148300.270.470.3925.4830.5446.86
Hex9C725301B2F27191f2f
Octal2341621230335747313757
Binary10011100111001010100110110111011111001111100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,114,83); }

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

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

 a { background-color: rgb(156,114,83); }

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

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

 span { border-color: rgb(156,114,83); }

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