#997217

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

Shades of Golden Brown #997217

Tints of Golden Brown #997217

Color information

#997217 (or 0x997217) is unknown color: approx Golden Brown. HEX triplet: 99, 72 and 17. RGB value is (153,114,23). Sum of RGB (Red+Green+Blue) = 153+114+23=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #997217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997217 is #668DE8. Grayscale: #737373. Windows color (decimal): -6721001 or 1536665. OLE color: 1536665.

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

Color convert

RGB15311423-
CMYK00.250.850.4
HSL42º73.86%34.51%-
HSV(B)42º84.97%60%-
XYZ19.3118.873.43-
YUV115.2975.92154.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 23 (9.38% from 255) = 7.93%
R=52.76%
G=39.31%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531142300.250.850.44273.8634.51
Hex99721701955282a4a23
Octal23116227031125505211243
Binary1001100111100101011101100110101011010001010101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997217; }

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

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

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

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

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

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

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

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