#9b7116

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

Shades of Golden Brown #9B7116

Tints of Golden Brown #9B7116

Color information

#9B7116 (or 0x9B7116) is unknown color: approx Golden Brown. HEX triplet: 9B, 71 and 16. RGB value is (155,113,22). Sum of RGB (Red+Green+Blue) = 155+113+22=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7116 is #648EE9. Grayscale: #737373. Windows color (decimal): -6590186 or 1470875. OLE color: 1470875.

HSL color Cylindrical-coordinate representation of color #9B7116: hue angle of 41.05º degrees, saturation: 0.75, 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 #9B7116 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB15511322-
CMYK00.270.860.39
HSL41.05º75.14%34.71%-
HSV(B)41.05º85.81%60.78%-
XYZ19.5718.843.36-
YUV115.1875.41156.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=53.45%
G=38.97%
B=7.59%

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
Decimal1551132200.270.860.3941.0575.1434.71
Hex9B711601B5627294b23
Octal23316126033126475111343
Binary1001101111100011011001101110101101001111010011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b7116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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