#99730A

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

Shades of Golden Brown #99730A

Tints of Golden Brown #99730A

Color information

#99730A (or 0x99730A) is unknown color: approx Golden Brown. HEX triplet: 99, 73 and 0A. RGB value is (153,115,10). Sum of RGB (Red+Green+Blue) = 153+115+10=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #99730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99730A is #668CF5. Grayscale: #727272. Windows color (decimal): -6720758 or 684953. OLE color: 684953.

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

Color convert

RGB15311510-
CMYK00.250.930.4
HSL44.06º87.73%31.96%-
HSV(B)44.06º93.46%60%-
XYZ19.3219.062.95-
YUV114.3969.09155.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.04%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=55.04%
G=41.37%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531151000.250.930.444.0687.7331.96
Hex9973A0195D282c5820
Octal23116312031135505413040
Binary100110011110011101001100110111011010001011001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99730A; }

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

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

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

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

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

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

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

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