#99720D

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

Shades of Golden Brown #99720D

Tints of Golden Brown #99720D

Color information

#99720D (or 0x99720D) is unknown color: approx Golden Brown. HEX triplet: 99, 72 and 0D. RGB value is (153,114,13). Sum of RGB (Red+Green+Blue) = 153+114+13=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99720D is #668DF2. Grayscale: #727272. Windows color (decimal): -6721011 or 881305. OLE color: 881305.

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

Color convert

RGB15311413-
CMYK00.250.920.4
HSL43.29º84.34%32.55%-
HSV(B)43.29º91.5%60%-
XYZ19.2318.843-
YUV114.1570.92155.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 13 (5.47% from 255) = 4.64%
R=54.64%
G=40.71%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531141300.250.920.443.2984.3432.55
Hex9972D0195C282b5421
Octal23116215031134505312441
Binary100110011110010110101100110111001010001010111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99720D; }

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

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

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

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

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

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

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

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