#985903

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

Shades of Golden Brown #985903

Tints of Golden Brown #985903

Color information

#985903 (or 0x985903) is unknown color: approx Golden Brown. HEX triplet: 98, 59 and 03. RGB value is (152,89,3). Sum of RGB (Red+Green+Blue) = 152+89+3=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #985903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985903 is #67A6FC. Grayscale: #626262. Windows color (decimal): -6792957 or 219544. OLE color: 219544.

HSL color Cylindrical-coordinate representation of color #985903: hue angle of 34.63º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #985903 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB152893-
CMYK00.410.980.40
HSL34.63º96.13%30.39%-
HSV(B)34.63º98.03%59.61%-
XYZ16.5413.831.88-
YUV98.0374.37166.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 3 (1.56% from 255) = 1.23%
R=62.30%
G=36.48%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15289300.410.980.4034.6396.1330.39
Hex98593029622823601e
Octal2301313051142504314036
Binary1001100010110011101010011100010101000100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985903; }

 p { color: rgb(152,89,3); }

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

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

 a { background-color: rgb(152,89,3); }

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

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

 span { border-color: rgb(152,89,3); }

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