#9B5915

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

Shades of Golden Brown #9B5915

Tints of Golden Brown #9B5915

Color information

#9B5915 (or 0x9B5915) is unknown color: approx Golden Brown. HEX triplet: 9B, 59 and 15. RGB value is (155,89,21). Sum of RGB (Red+Green+Blue) = 155+89+21=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5915 is #64A6EA. Grayscale: #656565. Windows color (decimal): -6596331 or 1399195. OLE color: 1399195.

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

Color convert

RGB1558921-
CMYK00.430.860.39
HSL30.45º76.14%34.51%-
HSV(B)30.45º86.45%60.78%-
XYZ17.2314.172.54-
YUV100.9882.87166.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=58.49%
G=33.58%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155892100.430.860.3930.4576.1434.51
Hex9B591502B56271e4c23
Octal23313125053126473611443
Binary1001101110110011010101010111010110100111111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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