#997301

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

Shades of Golden Brown #997301

Tints of Golden Brown #997301

Color information

#997301 (or 0x997301) is unknown color: approx Golden Brown. HEX triplet: 99, 73 and 01. RGB value is (153,115,1). Sum of RGB (Red+Green+Blue) = 153+115+1=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #997301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997301 is #668CFE. Grayscale: #717171. Windows color (decimal): -6720767 or 95129. OLE color: 95129.

HSL color Cylindrical-coordinate representation of color #997301: hue angle of 45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #997301 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB1531151-
CMYK00.250.990.4
HSL45º98.7%30.2%-
HSV(B)45º99.35%60%-
XYZ19.2719.042.69-
YUV113.3764.59156.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=56.88%
G=42.75%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153115100.250.990.44598.730.2
Hex9973101963282d631e
Octal2311631031143505514336
Binary10011001111001110110011100011101000101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997301; }

 p { color: rgb(153,115,1); }

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

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

 a { background-color: rgb(153,115,1); }

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

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

 span { border-color: rgb(153,115,1); }

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