#985500

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

Shades of Golden Brown #985500

Tints of Golden Brown #985500

Color information

#985500 (or 0x985500) is unknown color: approx Golden Brown. HEX triplet: 98, 55 and 00. RGB value is (152,85,0). Sum of RGB (Red+Green+Blue) = 152+85+0=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #985500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985500 is #67AAFF. Grayscale: #5F5F5F. Windows color (decimal): -6793984 or 21912. OLE color: 21912.

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

Color convert

RGB152850-
CMYK00.4410.40
HSL33.55º100%29.8%-
HSV(B)33.55º100%59.61%-
XYZ16.213.171.69-
YUV95.3474.2168.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.14%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.14%
G=35.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15285000.4410.4033.5510029.8
Hex9855002C642822641e
Octal2301250054144504214436
Binary100110001010101001011001100100101000100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985500; }

 p { color: rgb(152,85,0); }

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

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

 a { background-color: rgb(152,85,0); }

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

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

 span { border-color: rgb(152,85,0); }

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