Html Css Color HEX #987202 Golden Brown

📋 copy color: '#987202'

red 152 ◦ green 114 ◦ blue 2

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

Shades of Golden Brown #987202

Tints of Golden Brown #987202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.54%

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

R = 56.72%
G = 42.54%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#987202 (or 0x987202) is known color: Golden Brown. HEX triplet: 98, 72 and 02. RGB value is (152,114,2). Sum of RGB (Red+Green+Blue) = 152+114+2=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #987202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987202 is #678DFD. Grayscale: #717171. Windows color (decimal): -6786558 or 160408. OLE color: 160408.

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

Color convert

RGB 152 114 2 -
CMYK 0 0.25 0.99 0.40
HSL 44.8º 0.97% 0.3% -
HSV(B) 44.8º 0.99% 0.6% -
XYZ 18.98 18.71 2.67 -
YUV 112.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 152 114 2 0 0.25 0.99 0.40 44.8 0.97 0.3
Hex 98 72 2 0 19 63 28 2D 61 1E
Octal 230 162 2 0 31 143 50 55 141 36
Binary 10011000 1110010 10 0 11001 1100011 101000 101101 1100001 11110

Color Harmonies of #987202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987202

Black with #987202

Text Example


Text Example

White with #987202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987202; }

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

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

background-color css

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

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

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

border-color css

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

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

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