#9B580E

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

Shades of Golden Brown #9B580E

Tints of Golden Brown #9B580E

Color information

#9B580E (or 0x9B580E) is unknown color: approx Golden Brown. HEX triplet: 9B, 58 and 0E. RGB value is (155,88,14). Sum of RGB (Red+Green+Blue) = 155+88+14=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B580E is #64A7F1. Grayscale: #636363. Windows color (decimal): -6596594 or 940187. OLE color: 940187.

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

Color convert

RGB1558814-
CMYK00.430.910.39
HSL31.49º83.43%33.14%-
HSV(B)31.49º90.97%60.78%-
XYZ17.0913.982.21-
YUV99.679.7167.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.31%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 14 (5.86% from 255) = 5.45%
R=60.31%
G=34.24%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155881400.430.910.3931.4983.4333.14
Hex9B58E02B5B271f5321
Octal23313016053133473712341
Binary100110111011000111001010111011011100111111111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,14); }

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

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

 a { background-color: rgb(155,88,14); }

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

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

 span { border-color: rgb(155,88,14); }

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