Html Css Color HEX #987402 Golden Brown

📋 copy color: '#987402'

red 152 ◦ green 116 ◦ blue 2

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

Shades of Golden Brown #987402

Tints of Golden Brown #987402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.96%

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

R = 56.3%
G = 42.96%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#987402 (or 0x987402) is known color: Golden Brown. HEX triplet: 98, 74 and 02. RGB value is (152,116,2). Sum of RGB (Red+Green+Blue) = 152+116+2=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #987402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987402 is #678BFD. Grayscale: #727272. Windows color (decimal): -6786046 or 160920. OLE color: 160920.

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

Color convert

RGB 152 116 2 -
CMYK 0 0.24 0.99 0.40
HSL 45.6º 0.97% 0.3% -
HSV(B) 45.6º 0.99% 0.6% -
XYZ 19.21 19.17 2.75 -
YUV 113.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 152 116 2 0 0.24 0.99 0.40 45.6 0.97 0.3
Hex 98 74 2 0 18 63 28 2E 61 1E
Octal 230 164 2 0 30 143 50 56 141 36
Binary 10011000 1110100 10 0 11000 1100011 101000 101110 1100001 11110

Color Harmonies of #987402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987402

Black with #987402

Text Example


Text Example

White with #987402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987402; }

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

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

background-color css

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

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

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

border-color css

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

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

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