#997312

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

Shades of Golden Brown #997312

Tints of Golden Brown #997312

Color information

#997312 (or 0x997312) is unknown color: approx Golden Brown. HEX triplet: 99, 73 and 12. RGB value is (153,115,18). Sum of RGB (Red+Green+Blue) = 153+115+18=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #997312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997312 is #668CED. Grayscale: #737373. Windows color (decimal): -6720750 or 1209241. OLE color: 1209241.

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

Color convert

RGB15311518-
CMYK00.250.880.4
HSL43.11º78.95%33.53%-
HSV(B)43.11º88.24%60%-
XYZ19.3819.083.23-
YUV115.373.09154.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=53.50%
G=40.21%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531151800.250.880.443.1178.9533.53
Hex99731201958282b4f22
Octal23116322031130505311742
Binary1001100111100111001001100110110001010001010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997312; }

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

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

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

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

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

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

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

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