#9b590f

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

Shades of Golden Brown #9B590F

Tints of Golden Brown #9B590F

Color information

#9B590F (or 0x9B590F) is unknown color: approx Golden Brown. HEX triplet: 9B, 59 and 0F. RGB value is (155,89,15). Sum of RGB (Red+Green+Blue) = 155+89+15=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B590F is #64A6F0. Grayscale: #646464. Windows color (decimal): -6596337 or 1005979. OLE color: 1005979.

HSL color Cylindrical-coordinate representation of color #9B590F: hue angle of 31.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B590F is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1558915-
CMYK00.430.900.39
HSL31.71º82.35%33.33%-
HSV(B)31.71º90.32%60.78%-
XYZ17.1814.152.28-
YUV100.379.87167.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.85%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=59.85%
G=34.36%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155891500.430.900.3931.7182.3533.33
Hex9B59F02B5A27205221
Octal23313117053132474012241
Binary1001101110110011111010101110110101001111000001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b590f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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