#985C14

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

Shades of Golden Brown #985C14

Tints of Golden Brown #985C14

Color information

#985C14 (or 0x985C14) is unknown color: approx Golden Brown. HEX triplet: 98, 5C and 14. RGB value is (152,92,20). Sum of RGB (Red+Green+Blue) = 152+92+20=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #985C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985C14 is #67A3EB. Grayscale: #666666. Windows color (decimal): -6792172 or 1334424. OLE color: 1334424.

HSL color Cylindrical-coordinate representation of color #985C14: hue angle of 32.73º 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 #985C14 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB1529220-
CMYK00.390.870.40
HSL32.73º76.74%33.73%-
HSV(B)32.73º86.84%59.61%-
XYZ16.914.382.55-
YUV101.7381.88163.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.58%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=57.58%
G=34.85%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152922000.390.870.4032.7376.7433.73
Hex985C140275728214d22
Octal23013424047127504111542
Binary10011000101110010100010011110101111010001000011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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