#985E02

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

Shades of Golden Brown #985E02

Tints of Golden Brown #985E02

Color information

#985E02 (or 0x985E02) is unknown color: approx Golden Brown. HEX triplet: 98, 5E and 02. RGB value is (152,94,2). Sum of RGB (Red+Green+Blue) = 152+94+2=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #985E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985E02 is #67A1FD. Grayscale: #656565. Windows color (decimal): -6791678 or 155288. OLE color: 155288.

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

Color convert

RGB152942-
CMYK00.380.990.40
HSL36.8º97.4%30.2%-
HSV(B)36.8º98.68%59.61%-
XYZ16.9614.692-
YUV100.8572.22164.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.29%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=61.29%
G=37.90%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15294200.380.990.4036.897.430.2
Hex985E2026632825611e
Octal2301362046143504514136
Binary1001100010111101001001101100011101000100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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