#9A7252

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

Shades of Pale Brown #9A7252

Tints of Pale Brown #9A7252

Color information

#9A7252 (or 0x9A7252) is unknown color: approx Pale Brown. HEX triplet: 9A, 72 and 52. RGB value is (154,114,82). Sum of RGB (Red+Green+Blue) = 154+114+82=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7252 is #658DAD. Grayscale: #7A7A7A. Windows color (decimal): -6655406 or 5403290. OLE color: 5403290.

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

Color convert

RGB15411482-
CMYK00.260.470.40
HSL26.67º30.51%46.27%-
HSV(B)26.67º46.75%60.39%-
XYZ20.8719.5110.65-
YUV122.31105.25150.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=44%
G=32.57%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541148200.260.470.4026.6730.5146.27
Hex9A725201A2F281b1f2e
Octal2321621220325750333756
Binary10011010111001010100100110101011111010001101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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