#9B7402

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

Shades of Golden Brown #9B7402

Tints of Golden Brown #9B7402

Color information

#9B7402 (or 0x9B7402) is unknown color: approx Golden Brown. HEX triplet: 9B, 74 and 02. RGB value is (155,116,2). Sum of RGB (Red+Green+Blue) = 155+116+2=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7402 is #648BFD. Grayscale: #737373. Windows color (decimal): -6589438 or 160923. OLE color: 160923.

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

Color convert

RGB1551162-
CMYK00.250.990.39
HSL44.71º97.45%30.78%-
HSV(B)44.71º98.71%60.78%-
XYZ19.7719.462.77-
YUV114.6664.42156.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=56.78%
G=42.49%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155116200.250.990.3944.7197.4530.78
Hex9B74201963272d611f
Octal2331642031143475514137
Binary100110111110100100110011100011100111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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