#9B7454

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

Shades of Pale Brown #9B7454

Tints of Pale Brown #9B7454

Color information

#9B7454 (or 0x9B7454) is unknown color: approx Pale Brown. HEX triplet: 9B, 74 and 54. RGB value is (155,116,84). Sum of RGB (Red+Green+Blue) = 155+116+84=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7454 is #648BAB. Grayscale: #7C7C7C. Windows color (decimal): -6589356 or 5534875. OLE color: 5534875.

HSL color Cylindrical-coordinate representation of color #9B7454: hue angle of 27.04º 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 #9B7454 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15511684-
CMYK00.250.460.39
HSL27.04º29.71%46.86%-
HSV(B)27.04º45.81%60.78%-
XYZ21.3620.111.14-
YUV124.01105.42150.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=43.66%
G=32.68%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551168400.250.460.3927.0429.7146.86
Hex9B74540192E271b1e2f
Octal2331641240315647333657
Binary10011011111010010101000110011011101001111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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