Html Css Color HEX #985900 Golden Brown

📋 copy color: '#985900'

red 152 ◦ green 89 ◦ blue 0

#985900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #985900

Tints of Golden Brown #985900

RGB

 RED value IS 152 (59.77% from 255) = 63.07%

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.07%
G = 36.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#985900 (or 0x985900) is known color: Golden Brown. HEX triplet: 98, 59 and 00. RGB value is (152,89,0). Sum of RGB (Red+Green+Blue) = 152+89+0=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #985900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985900 is #67A6FF. Grayscale: #626262. Windows color (decimal): -6792960 or 22936. OLE color: 22936.

HSL color Cylindrical-coordinate representation of color #985900: hue angle of 35.13º 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 #985900 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 0 -
CMYK 0 0.41 1 0.40
HSL 35.13º 1% 0.3% -
HSV(B) 35.13º 1% 0.6% -
XYZ 16.52 13.82 1.8 -
YUV 97.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 152 89 0 0 0.41 1 0.40 35.13 1 0.3
Hex 98 59 0 0 29 64 28 23 64 1E
Octal 230 131 0 0 51 144 50 43 144 36
Binary 10011000 1011001 0 0 101001 1100100 101000 100011 1100100 11110

Color Harmonies of #985900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985900

Black with #985900

Text Example


Text Example

White with #985900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985900; }

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

 H1.HeaderClassName
 {
   color: #985900;
 }
 .AnyTagClassName
 {
   color: #985900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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