#9C774A

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

Shades of Pale Brown #9C774A

Tints of Pale Brown #9C774A

Color information

#9C774A (or 0x9C774A) is unknown color: approx Pale Brown. HEX triplet: 9C, 77 and 4A. RGB value is (156,119,74). Sum of RGB (Red+Green+Blue) = 156+119+74=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C774A is #6388B5. Grayscale: #7D7D7D. Windows color (decimal): -6523062 or 4880284. OLE color: 4880284.

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

Color convert

RGB15611974-
CMYK00.240.530.39
HSL32.93º35.65%45.1%-
HSV(B)32.93º52.56%61.18%-
XYZ21.5420.769.35-
YUV124.9399.26150.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=44.70%
G=34.10%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561197400.240.530.3932.9335.6545.1
Hex9C774A018352721242d
Octal2341671120306547414455
Binary1001110011101111001010011000110101100111100001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,119,74); }

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

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

 a { background-color: rgb(156,119,74); }

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

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

 span { border-color: rgb(156,119,74); }

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