#9B5203

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

Shades of Golden Brown #9B5203

Tints of Golden Brown #9B5203

Color information

#9B5203 (or 0x9B5203) is unknown color: approx Golden Brown. HEX triplet: 9B, 52 and 03. RGB value is (155,82,3). Sum of RGB (Red+Green+Blue) = 155+82+3=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5203 is #64ADFC. Grayscale: #5F5F5F. Windows color (decimal): -6598141 or 217755. OLE color: 217755.

HSL color Cylindrical-coordinate representation of color #9B5203: hue angle of 31.18º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B5203 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB155823-
CMYK00.470.980.39
HSL31.18º96.2%30.98%-
HSV(B)31.18º98.06%60.78%-
XYZ16.5513.011.72-
YUV94.8276.18170.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 3 (1.56% from 255) = 1.25%
R=64.58%
G=34.17%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15582300.470.980.3931.1896.230.98
Hex9B52302F62271f601f
Octal2331223057142473714037
Binary100110111010010110101111110001010011111111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,82,3); }

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

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

 a { background-color: rgb(155,82,3); }

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

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

 span { border-color: rgb(155,82,3); }

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