#985B16

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

Shades of Golden Brown #985B16

Tints of Golden Brown #985B16

Color information

#985B16 (or 0x985B16) is unknown color: approx Golden Brown. HEX triplet: 98, 5B and 16. RGB value is (152,91,22). Sum of RGB (Red+Green+Blue) = 152+91+22=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #985B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985B16 is #67A4E9. Grayscale: #656565. Windows color (decimal): -6792426 or 1465240. OLE color: 1465240.

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

Color convert

RGB1529122-
CMYK00.400.860.40
HSL31.85º74.71%34.12%-
HSV(B)31.85º85.53%59.61%-
XYZ16.8314.222.62-
YUV101.3783.21164.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 22 (8.98% from 255) = 8.30%
R=57.36%
G=34.34%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152912200.400.860.4031.8574.7134.12
Hex985B160285628204b22
Octal23013326050126504011342
Binary10011000101101110110010100010101101010001000001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985B16; }

 p { color: rgb(152,91,22); }

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

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

 a { background-color: rgb(152,91,22); }

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

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

 span { border-color: rgb(152,91,22); }

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