#9B7251

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

Shades of Pale Brown #9B7251

Tints of Pale Brown #9B7251

Color information

#9B7251 (or 0x9B7251) is unknown color: approx Pale Brown. HEX triplet: 9B, 72 and 51. RGB value is (155,114,81). Sum of RGB (Red+Green+Blue) = 155+114+81=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7251 is #648DAE. Grayscale: #7A7A7A. Windows color (decimal): -6589871 or 5337755. OLE color: 5337755.

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

Color convert

RGB15511481-
CMYK00.260.480.39
HSL26.76º31.36%46.27%-
HSV(B)26.76º47.74%60.78%-
XYZ21.0219.610.46-
YUV122.5104.58151.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=44.29%
G=32.57%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551148100.260.480.3926.7631.3646.27
Hex9B725101A30271b1f2e
Octal2331621210326047333756
Binary10011011111001010100010110101100001001111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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