#985E18

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

Shades of Golden Brown #985E18

Tints of Golden Brown #985E18

Color information

#985E18 (or 0x985E18) is unknown color: approx Golden Brown. HEX triplet: 98, 5E and 18. RGB value is (152,94,24). Sum of RGB (Red+Green+Blue) = 152+94+24=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #985E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985E18 is #67A1E7. Grayscale: #676767. Windows color (decimal): -6791656 or 1597080. OLE color: 1597080.

HSL color Cylindrical-coordinate representation of color #985E18: hue angle of 32.81º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #985E18 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1529424-
CMYK00.380.840.40
HSL32.81º72.73%34.51%-
HSV(B)32.81º84.21%59.61%-
XYZ17.1214.752.81-
YUV103.3683.22162.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 24 (9.77% from 255) = 8.89%
R=56.30%
G=34.81%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152942400.380.840.4032.8172.7334.51
Hex985E180265428214923
Octal23013630046124504111143
Binary10011000101111011000010011010101001010001000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,94,24); }

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

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

 a { background-color: rgb(152,94,24); }

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

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

 span { border-color: rgb(152,94,24); }

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