#9B5500

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

Shades of Golden Brown #9B5500

Tints of Golden Brown #9B5500

Color information

#9B5500 (or 0x9B5500) is unknown color: approx Golden Brown. HEX triplet: 9B, 55 and 00. RGB value is (155,85,0). Sum of RGB (Red+Green+Blue) = 155+85+0=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5500 is #64AAFF. Grayscale: #606060. Windows color (decimal): -6597376 or 21915. OLE color: 21915.

HSL color Cylindrical-coordinate representation of color #9B5500: hue angle of 32.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B5500 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB155850-
CMYK00.4510.39
HSL32.9º100%30.39%-
HSV(B)32.9º100%60.78%-
XYZ16.7713.471.72-
YUV96.2473.69169.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.58%
G=35.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15585000.4510.3932.910030.39
Hex9B55002D642721641e
Octal2331250055144474114436
Binary100110111010101001011011100100100111100001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,0); }

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

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

 a { background-color: rgb(155,85,0); }

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

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

 span { border-color: rgb(155,85,0); }

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