Html Css Color HEX #987702 Golden Brown

📋 copy color: '#987702'

red 152 ◦ green 119 ◦ blue 2

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

Shades of Golden Brown #987702

Tints of Golden Brown #987702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.59%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 55.68%
G = 43.59%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#987702 (or 0x987702) is known color: Golden Brown. HEX triplet: 98, 77 and 02. RGB value is (152,119,2). Sum of RGB (Red+Green+Blue) = 152+119+2=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #987702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987702 is #6788FD. Grayscale: #747474. Windows color (decimal): -6785278 or 161688. OLE color: 161688.

HSL color Cylindrical-coordinate representation of color #987702: hue angle of 46.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 #987702 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 119 2 -
CMYK 0 0.22 0.99 0.40
HSL 46.8º 0.97% 0.3% -
HSV(B) 46.8º 0.99% 0.6% -
XYZ 19.56 19.87 2.86 -
YUV 115.53 63.93 154.01 -
System Red Green Blue C M Y K H S L
Decimal 152 119 2 0 0.22 0.99 0.40 46.8 0.97 0.3
Hex 98 77 2 0 16 63 28 2F 61 1E
Octal 230 167 2 0 26 143 50 57 141 36
Binary 10011000 1110111 10 0 10110 1100011 101000 101111 1100001 11110

Color Harmonies of #987702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987702

Black with #987702

Text Example


Text Example

White with #987702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987702; }

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

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

background-color css

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

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

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

border-color css

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

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

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