Html Css Color HEX #987210 Golden Brown

📋 copy color: '#987210'

red 152 ◦ green 114 ◦ blue 16

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

Shades of Golden Brown #987210

Tints of Golden Brown #987210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 53.9%
G = 40.43%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#987210 (or 0x987210) is known color: Golden Brown. HEX triplet: 98, 72 and 10. RGB value is (152,114,16). Sum of RGB (Red+Green+Blue) = 152+114+16=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #987210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987210 is #678DEF. Grayscale: #727272. Windows color (decimal): -6786544 or 1077912. OLE color: 1077912.

HSL color Cylindrical-coordinate representation of color #987210: hue angle of 43.24º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #987210 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 16 -
CMYK 0 0.25 0.89 0.40
HSL 43.24º 0.81% 0.33% -
HSV(B) 43.24º 0.89% 0.6% -
XYZ 19.06 18.75 3.1 -
YUV 114.19 72.59 154.97 -
System Red Green Blue C M Y K H S L
Decimal 152 114 16 0 0.25 0.89 0.40 43.24 0.81 0.33
Hex 98 72 10 0 19 59 28 2B 51 21
Octal 230 162 20 0 31 131 50 53 121 41
Binary 10011000 1110010 10000 0 11001 1011001 101000 101011 1010001 100001

Color Harmonies of #987210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987210

Black with #987210

Text Example


Text Example

White with #987210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987210; }

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

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

background-color css

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

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

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

border-color css

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

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

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