Html Css Color HEX #987302 Golden Brown

📋 copy color: '#987302'

red 152 ◦ green 115 ◦ blue 2

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

Shades of Golden Brown #987302

Tints of Golden Brown #987302

RGB

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

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

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

R = 56.51%
G = 42.75%
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

#987302 (or 0x987302) is known color: Golden Brown. HEX triplet: 98, 73 and 02. RGB value is (152,115,2). Sum of RGB (Red+Green+Blue) = 152+115+2=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #987302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987302 is #678CFD. Grayscale: #717171. Windows color (decimal): -6786302 or 160664. OLE color: 160664.

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

Color convert

RGB 152 115 2 -
CMYK 0 0.24 0.99 0.40
HSL 45.2º 0.97% 0.3% -
HSV(B) 45.2º 0.99% 0.6% -
XYZ 19.09 18.94 2.71 -
YUV 113.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 152 115 2 0 0.24 0.99 0.40 45.2 0.97 0.3
Hex 98 73 2 0 18 63 28 2D 61 1E
Octal 230 163 2 0 30 143 50 55 141 36
Binary 10011000 1110011 10 0 11000 1100011 101000 101101 1100001 11110

Color Harmonies of #987302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987302

Black with #987302

Text Example


Text Example

White with #987302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987302; }

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

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

background-color css

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

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

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

border-color css

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

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

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