#985a00

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

Shades of Golden Brown #985A00

Tints of Golden Brown #985A00

Color information

#985A00 (or 0x985A00) is unknown color: approx Golden Brown. HEX triplet: 98, 5A and 00. RGB value is (152,90,0). Sum of RGB (Red+Green+Blue) = 152+90+0=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #985A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985A00 is #67A5FF. Grayscale: #626262. Windows color (decimal): -6792704 or 23192. OLE color: 23192.

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

Color convert

RGB152900-
CMYK00.4110.40
HSL35.53º100%29.8%-
HSV(B)35.53º100%59.61%-
XYZ16.6113.991.82-
YUV98.2872.54166.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.81%
G=37.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15290000.4110.4035.5310029.8
Hex985A0029642824641e
Octal2301320051144504414436
Binary100110001011010001010011100100101000100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985a00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,90,0); }

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

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

 a { background-color: rgb(152,90,0); }

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

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

 span { border-color: rgb(152,90,0); }

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