#9A7244

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

Shades of Pale Brown #9A7244

Tints of Pale Brown #9A7244

Color information

#9A7244 (or 0x9A7244) is unknown color: approx Pale Brown. HEX triplet: 9A, 72 and 44. RGB value is (154,114,68). Sum of RGB (Red+Green+Blue) = 154+114+68=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7244 is #658DBB. Grayscale: #787878. Windows color (decimal): -6655420 or 4485786. OLE color: 4485786.

HSL color Cylindrical-coordinate representation of color #9A7244: hue angle of 32.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A7244 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB15411468-
CMYK00.260.560.40
HSL32.09º38.74%43.53%-
HSV(B)32.09º55.84%60.39%-
XYZ20.3919.328.12-
YUV120.7298.25151.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.83%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 68 (26.95% from 255) = 20.24%
R=45.83%
G=33.93%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541146800.260.560.4032.0938.7443.53
Hex9A724401A382820272c
Octal2321621040327050404754
Binary1001101011100101000100011010111000101000100000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,114,68); }

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

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

 a { background-color: rgb(154,114,68); }

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

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

 span { border-color: rgb(154,114,68); }

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