#9B7254

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

Shades of Pale Brown #9B7254

Tints of Pale Brown #9B7254

Color information

#9B7254 (or 0x9B7254) is unknown color: approx Pale Brown. HEX triplet: 9B, 72 and 54. RGB value is (155,114,84). Sum of RGB (Red+Green+Blue) = 155+114+84=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7254 is #648DAB. Grayscale: #7A7A7A. Windows color (decimal): -6589868 or 5534363. OLE color: 5534363.

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

Color convert

RGB15511484-
CMYK00.260.460.39
HSL25.35º29.71%46.86%-
HSV(B)25.35º45.81%60.78%-
XYZ21.1419.6411.07-
YUV122.84106.08150.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=43.91%
G=32.29%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551148400.260.460.3925.3529.7146.86
Hex9B725401A2E27191e2f
Octal2331621240325647313657
Binary10011011111001010101000110101011101001111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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