#997403

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

Shades of Golden Brown #997403

Tints of Golden Brown #997403

Color information

#997403 (or 0x997403) is unknown color: approx Golden Brown. HEX triplet: 99, 74 and 03. RGB value is (153,116,3). Sum of RGB (Red+Green+Blue) = 153+116+3=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #997403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997403 is #668BFC. Grayscale: #727272. Windows color (decimal): -6720509 or 226457. OLE color: 226457.

HSL color Cylindrical-coordinate representation of color #997403: hue angle of 45.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #997403 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB1531163-
CMYK00.240.980.4
HSL45.2º96.15%30.59%-
HSV(B)45.2º98.04%60%-
XYZ19.419.272.78-
YUV114.1865.26155.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=56.25%
G=42.65%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153116300.240.980.445.296.1530.59
Hex9974301862282d601f
Octal2311643030142505514037
Binary100110011110100110110001100010101000101101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997403; }

 p { color: rgb(153,116,3); }

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

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

 a { background-color: rgb(153,116,3); }

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

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

 span { border-color: rgb(153,116,3); }

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