#985714

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

Shades of Golden Brown #985714

Tints of Golden Brown #985714

Color information

#985714 (or 0x985714) is unknown color: approx Golden Brown. HEX triplet: 98, 57 and 14. RGB value is (152,87,20). Sum of RGB (Red+Green+Blue) = 152+87+20=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #985714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985714 is #67A8EB. Grayscale: #636363. Windows color (decimal): -6793452 or 1333144. OLE color: 1333144.

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

Color convert

RGB1528720-
CMYK00.430.870.40
HSL30.45º76.74%33.73%-
HSV(B)30.45º86.84%59.61%-
XYZ16.4813.542.41-
YUV98.883.53165.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=58.69%
G=33.59%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152872000.430.870.4030.4576.7433.73
Hex98571402B57281e4d22
Octal23012724053127503611542
Binary1001100010101111010001010111010111101000111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985714; }

 p { color: rgb(152,87,20); }

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

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

 a { background-color: rgb(152,87,20); }

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

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

 span { border-color: rgb(152,87,20); }

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