#985505

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

Shades of Golden Brown #985505

Tints of Golden Brown #985505

Color information

#985505 (or 0x985505) is unknown color: approx Golden Brown. HEX triplet: 98, 55 and 05. RGB value is (152,85,5). Sum of RGB (Red+Green+Blue) = 152+85+5=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #985505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985505 is #67AAFA. Grayscale: #606060. Windows color (decimal): -6793979 or 349592. OLE color: 349592.

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

Color convert

RGB152855-
CMYK00.440.970.40
HSL32.65º93.63%30.78%-
HSV(B)32.65º96.71%59.61%-
XYZ16.2213.181.83-
YUV95.9176.7168-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=62.81%
G=35.12%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15285500.440.970.4032.6593.6330.78
Hex9855502C6128215e1f
Octal2301255054141504113637
Binary10011000101010110101011001100001101000100001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985505; }

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

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

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

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

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

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

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

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