#997201

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

Shades of Golden Brown #997201

Tints of Golden Brown #997201

Color information

#997201 (or 0x997201) is unknown color: approx Golden Brown. HEX triplet: 99, 72 and 01. RGB value is (153,114,1). Sum of RGB (Red+Green+Blue) = 153+114+1=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #997201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997201 is #668DFE. Grayscale: #717171. Windows color (decimal): -6721023 or 94873. OLE color: 94873.

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

Color convert

RGB1531141-
CMYK00.250.990.4
HSL44.61º98.7%30.2%-
HSV(B)44.61º99.35%60%-
XYZ19.1618.812.65-
YUV112.7864.92156.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=57.09%
G=42.54%
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
Decimal153114100.250.990.444.6198.730.2
Hex9972101963282d631e
Octal2311621031143505514336
Binary10011001111001010110011100011101000101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997201; }

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

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

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

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

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

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

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

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