Html Css Color HEX #987500 Golden Brown

📋 copy color: '#987500'

red 152 ◦ green 117 ◦ blue 0

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

Shades of Golden Brown #987500

Tints of Golden Brown #987500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

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

R = 56.51%
G = 43.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#987500 (or 0x987500) is known color: Golden Brown. HEX triplet: 98, 75 and 00. RGB value is (152,117,0). Sum of RGB (Red+Green+Blue) = 152+117+0=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #987500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987500 is #678AFF. Grayscale: #727272. Windows color (decimal): -6785792 or 30104. OLE color: 30104.

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

Color convert

RGB 152 117 0 -
CMYK 0 0.23 1 0.40
HSL 46.18º 1% 0.3% -
HSV(B) 46.18º 1% 0.6% -
XYZ 19.31 19.4 2.73 -
YUV 114.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 152 117 0 0 0.23 1 0.40 46.18 1 0.3
Hex 98 75 0 0 17 64 28 2E 64 1E
Octal 230 165 0 0 27 144 50 56 144 36
Binary 10011000 1110101 0 0 10111 1100100 101000 101110 1100100 11110

Color Harmonies of #987500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987500

Black with #987500

Text Example


Text Example

White with #987500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987500; }

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

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

background-color css

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

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

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

border-color css

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

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

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