#985515

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

Shades of Golden Brown #985515

Tints of Golden Brown #985515

Color information

#985515 (or 0x985515) is unknown color: approx Golden Brown. HEX triplet: 98, 55 and 15. RGB value is (152,85,21). Sum of RGB (Red+Green+Blue) = 152+85+21=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #985515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985515 is #67AAEA. Grayscale: #626262. Windows color (decimal): -6793963 or 1398168. OLE color: 1398168.

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

Color convert

RGB1528521-
CMYK00.440.860.40
HSL29.31º75.72%33.92%-
HSV(B)29.31º86.18%59.61%-
XYZ16.3313.232.4-
YUV97.7484.7166.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=58.91%
G=32.95%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152852100.440.860.4029.3175.7233.92
Hex98551502C56281d4c22
Octal23012525054126503511442
Binary1001100010101011010101011001010110101000111011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985515; }

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

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

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

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

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

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

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

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