#985802

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

Shades of Golden Brown #985802

Tints of Golden Brown #985802

Color information

#985802 (or 0x985802) is unknown color: approx Golden Brown. HEX triplet: 98, 58 and 02. RGB value is (152,88,2). Sum of RGB (Red+Green+Blue) = 152+88+2=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #985802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985802 is #67A7FD. Grayscale: #616161. Windows color (decimal): -6793214 or 153752. OLE color: 153752.

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

Color convert

RGB152882-
CMYK00.420.990.40
HSL34.4º97.4%30.2%-
HSV(B)34.4º98.68%59.61%-
XYZ16.4513.661.83-
YUV97.3374.2166.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=62.81%
G=36.36%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15288200.420.990.4034.497.430.2
Hex9858202A632822611e
Octal2301302052143504214136
Binary1001100010110001001010101100011101000100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985802; }

 p { color: rgb(152,88,2); }

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

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

 a { background-color: rgb(152,88,2); }

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

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

 span { border-color: rgb(152,88,2); }

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