#997413

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

Shades of Golden Brown #997413

Tints of Golden Brown #997413

Color information

#997413 (or 0x997413) is unknown color: approx Golden Brown. HEX triplet: 99, 74 and 13. RGB value is (153,116,19). Sum of RGB (Red+Green+Blue) = 153+116+19=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #997413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997413 is #668BEC. Grayscale: #747474. Windows color (decimal): -6720493 or 1275033. OLE color: 1275033.

HSL color Cylindrical-coordinate representation of color #997413: hue angle of 43.43º degrees, saturation: 0.78, 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 #997413 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB15311619-
CMYK00.240.880.4
HSL43.43º77.91%33.73%-
HSV(B)43.43º87.58%60%-
XYZ19.519.313.32-
YUV11673.26154.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=53.12%
G=40.28%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531161900.240.880.443.4377.9133.73
Hex99741301858282b4e22
Octal23116423030130505311642
Binary1001100111101001001101100010110001010001010111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997413; }

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

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

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

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

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

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

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

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