#9B7415

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

Shades of Golden Brown #9B7415

Tints of Golden Brown #9B7415

Color information

#9B7415 (or 0x9B7415) is unknown color: approx Golden Brown. HEX triplet: 9B, 74 and 15. RGB value is (155,116,21). Sum of RGB (Red+Green+Blue) = 155+116+21=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7415 is #648BEA. Grayscale: #757575. Windows color (decimal): -6589419 or 1406107. OLE color: 1406107.

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

Color convert

RGB15511621-
CMYK00.250.860.39
HSL42.54º76.14%34.51%-
HSV(B)42.54º86.45%60.78%-
XYZ19.919.513.43-
YUV116.8373.92155.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=53.08%
G=39.73%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551162100.250.860.3942.5476.1434.51
Hex9B741501956272b4c23
Octal23316425031126475311443
Binary1001101111101001010101100110101101001111010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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