Html Css Color HEX #987502 Golden Brown

📋 copy color: '#987502'

red 152 ◦ green 117 ◦ blue 2

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

Shades of Golden Brown #987502

Tints of Golden Brown #987502

RGB

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

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

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

R = 56.09%
G = 43.17%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#987502 (or 0x987502) is known color: Golden Brown. HEX triplet: 98, 75 and 02. RGB value is (152,117,2). Sum of RGB (Red+Green+Blue) = 152+117+2=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #987502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987502 is #678AFD. Grayscale: #727272. Windows color (decimal): -6785790 or 161176. OLE color: 161176.

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

Color convert

RGB 152 117 2 -
CMYK 0 0.23 0.99 0.40
HSL 46º 0.97% 0.3% -
HSV(B) 46º 0.99% 0.6% -
XYZ 19.32 19.4 2.78 -
YUV 114.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 152 117 2 0 0.23 0.99 0.40 46 0.97 0.3
Hex 98 75 2 0 17 63 28 2E 61 1E
Octal 230 165 2 0 27 143 50 56 141 36
Binary 10011000 1110101 10 0 10111 1100011 101000 101110 1100001 11110

Color Harmonies of #987502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987502

Black with #987502

Text Example


Text Example

White with #987502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987502; }

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

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

background-color css

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

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

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

border-color css

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

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

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