#9B7245

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

Shades of Pale Brown #9B7245

Tints of Pale Brown #9B7245

Color information

#9B7245 (or 0x9B7245) is unknown color: approx Pale Brown. HEX triplet: 9B, 72 and 45. RGB value is (155,114,69). Sum of RGB (Red+Green+Blue) = 155+114+69=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7245 is #648DBA. Grayscale: #797979. Windows color (decimal): -6589883 or 4551323. OLE color: 4551323.

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

Color convert

RGB15511469-
CMYK00.260.550.39
HSL31.4º38.39%43.92%-
HSV(B)31.4º55.48%60.78%-
XYZ20.6119.438.29-
YUV121.1398.58152.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.86%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=45.86%
G=33.73%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551146900.260.550.3931.438.3943.92
Hex9B724501A37271f262c
Octal2331621050326747374654
Binary100110111110010100010101101011011110011111111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,114,69); }

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

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

 a { background-color: rgb(155,114,69); }

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

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

 span { border-color: rgb(155,114,69); }

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