#985815

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

Shades of Golden Brown #985815

Tints of Golden Brown #985815

Color information

#985815 (or 0x985815) is unknown color: approx Golden Brown. HEX triplet: 98, 58 and 15. RGB value is (152,88,21). Sum of RGB (Red+Green+Blue) = 152+88+21=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #985815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985815 is #67A7EA. Grayscale: #636363. Windows color (decimal): -6793195 or 1398936. OLE color: 1398936.

HSL color Cylindrical-coordinate representation of color #985815: hue angle of 30.69º 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 #985815 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB1528821-
CMYK00.420.860.40
HSL30.69º75.72%33.92%-
HSV(B)30.69º86.18%59.61%-
XYZ16.5713.712.48-
YUV99.583.7165.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 21 (8.59% from 255) = 8.05%
R=58.24%
G=33.72%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152882100.420.860.4030.6975.7233.92
Hex98581502A56281f4c22
Octal23013025052126503711442
Binary1001100010110001010101010101010110101000111111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985815; }

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

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

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

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

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

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

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

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