#997200

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

Shades of Golden Brown #997200

Tints of Golden Brown #997200

Color information

#997200 (or 0x997200) is unknown color: approx Golden Brown. HEX triplet: 99, 72 and 00. RGB value is (153,114,0). Sum of RGB (Red+Green+Blue) = 153+114+0=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #997200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997200 is #668DFF. Grayscale: #717171. Windows color (decimal): -6721024 or 29337. OLE color: 29337.

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

Color convert

RGB1531140-
CMYK00.2510.4
HSL44.71º100%30%-
HSV(B)44.71º100%60%-
XYZ19.1518.812.62-
YUV112.6664.42156.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.30%
G=42.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153114000.2510.444.7110030
Hex9972001964282d641e
Octal2311620031144505514436
Binary10011001111001000110011100100101000101101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997200; }

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

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

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

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

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

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

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

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