#9B7502

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

Shades of Golden Brown #9B7502

Tints of Golden Brown #9B7502

Color information

#9B7502 (or 0x9B7502) is unknown color: approx Golden Brown. HEX triplet: 9B, 75 and 02. RGB value is (155,117,2). Sum of RGB (Red+Green+Blue) = 155+117+2=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7502 is #648AFD. Grayscale: #737373. Windows color (decimal): -6589182 or 161179. OLE color: 161179.

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

Color convert

RGB1551172-
CMYK00.250.990.39
HSL45.1º97.45%30.78%-
HSV(B)45.1º98.71%60.78%-
XYZ19.8919.72.81-
YUV115.2564.09156.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=56.57%
G=42.70%
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
Decimal155117200.250.990.3945.197.4530.78
Hex9B75201963272d611f
Octal2331652031143475514137
Binary100110111110101100110011100011100111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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