#9B7115

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

Shades of Golden Brown #9B7115

Tints of Golden Brown #9B7115

Color information

#9B7115 (or 0x9B7115) is unknown color: approx Golden Brown. HEX triplet: 9B, 71 and 15. RGB value is (155,113,21). Sum of RGB (Red+Green+Blue) = 155+113+21=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7115 is #648EEA. Grayscale: #737373. Windows color (decimal): -6590187 or 1405339. OLE color: 1405339.

HSL color Cylindrical-coordinate representation of color #9B7115: hue angle of 41.19º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B7115 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB15511321-
CMYK00.270.860.39
HSL41.19º76.14%34.51%-
HSV(B)41.19º86.45%60.78%-
XYZ19.5618.833.31-
YUV115.0774.91156.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.63%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 21 (8.59% from 255) = 7.27%
R=53.63%
G=39.10%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551132100.270.860.3941.1976.1434.51
Hex9B711501B5627294c23
Octal23316125033126475111443
Binary1001101111100011010101101110101101001111010011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,21); }

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

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

 a { background-color: rgb(155,113,21); }

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

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

 span { border-color: rgb(155,113,21); }

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