#9C7256

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

Shades of Pale Brown #9C7256

Tints of Pale Brown #9C7256

Color information

#9C7256 (or 0x9C7256) is unknown color: approx Pale Brown. HEX triplet: 9C, 72 and 56. RGB value is (156,114,86). Sum of RGB (Red+Green+Blue) = 156+114+86=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7256 is #638DA9. Grayscale: #7B7B7B. Windows color (decimal): -6524330 or 5665436. OLE color: 5665436.

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

Color convert

RGB15611486-
CMYK00.270.450.39
HSL24º28.93%47.45%-
HSV(B)24º44.87%61.18%-
XYZ21.4119.7711.49-
YUV123.37106.91151.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.82%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=43.82%
G=32.02%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561148600.270.450.392428.9347.45
Hex9C725601B2D27181d2f
Octal2341621260335547303557
Binary10011100111001010101100110111011011001111100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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