Html Css Color HEX #987300 Golden Brown

📋 copy color: '#987300'

red 152 ◦ green 115 ◦ blue 0

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

Shades of Golden Brown #987300

Tints of Golden Brown #987300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.07%

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

R = 56.93%
G = 43.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#987300 (or 0x987300) is known color: Golden Brown. HEX triplet: 98, 73 and 00. RGB value is (152,115,0). Sum of RGB (Red+Green+Blue) = 152+115+0=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #987300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987300 is #678CFF. Grayscale: #717171. Windows color (decimal): -6786304 or 29592. OLE color: 29592.

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

Color convert

RGB 152 115 0 -
CMYK 0 0.24 1 0.40
HSL 45.39º 1% 0.3% -
HSV(B) 45.39º 1% 0.6% -
XYZ 19.08 18.94 2.65 -
YUV 112.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 152 115 0 0 0.24 1 0.40 45.39 1 0.3
Hex 98 73 0 0 18 64 28 2D 64 1E
Octal 230 163 0 0 30 144 50 55 144 36
Binary 10011000 1110011 0 0 11000 1100100 101000 101101 1100100 11110

Color Harmonies of #987300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987300

Black with #987300

Text Example


Text Example

White with #987300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987300; }

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

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

background-color css

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

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

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

border-color css

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

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

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