#9B873A

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

Shades of Highball #9B873A

Tints of Highball #9B873A

Color information

#9B873A (or 0x9B873A) is unknown color: approx Highball. HEX triplet: 9B, 87 and 3A. RGB value is (155,135,58). Sum of RGB (Red+Green+Blue) = 155+135+58=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B873A is #6478C5. Grayscale: #848484. Windows color (decimal): -6584518 or 3835803. OLE color: 3835803.

HSL color Cylindrical-coordinate representation of color #9B873A: hue angle of 47.63º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B873A is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB15513558-
CMYK00.130.630.39
HSL47.63º45.54%41.76%-
HSV(B)47.63º62.58%60.78%-
XYZ22.9524.67.54-
YUV132.286.13144.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 58 (23.05% from 255) = 16.67%
R=44.54%
G=38.79%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551355800.130.630.3947.6345.5441.76
Hex9B873A0D3F27302e2a
Octal233207720157747605652
Binary100110111000011111101001101111111100111110000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,58); }

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

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

 a { background-color: rgb(155,135,58); }

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

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

 span { border-color: rgb(155,135,58); }

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