#985309

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

Shades of Golden Brown #985309

Tints of Golden Brown #985309

Color information

#985309 (or 0x985309) is unknown color: approx Golden Brown. HEX triplet: 98, 53 and 09. RGB value is (152,83,9). Sum of RGB (Red+Green+Blue) = 152+83+9=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #985309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985309 is #67ACF6. Grayscale: #5F5F5F. Windows color (decimal): -6794487 or 611224. OLE color: 611224.

HSL color Cylindrical-coordinate representation of color #985309: hue angle of 31.05º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #985309 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB152839-
CMYK00.450.940.40
HSL31.05º88.82%31.57%-
HSV(B)31.05º94.08%59.61%-
XYZ16.0912.881.9-
YUV95.279.36168.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 9 (3.91% from 255) = 3.69%
R=62.30%
G=34.02%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15283900.450.940.4031.0588.8231.57
Hex9853902D5E281f5920
Octal23012311055136503713140
Binary100110001010011100101011011011110101000111111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985309; }

 p { color: rgb(152,83,9); }

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

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

 a { background-color: rgb(152,83,9); }

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

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

 span { border-color: rgb(152,83,9); }

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