Html Css Color HEX #987215 Golden Brown

📋 copy color: '#987215'

red 152 ◦ green 114 ◦ blue 21

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

Shades of Golden Brown #987215

Tints of Golden Brown #987215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 52.96%
G = 39.72%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#987215 (or 0x987215) is known color: Golden Brown. HEX triplet: 98, 72 and 15. RGB value is (152,114,21). Sum of RGB (Red+Green+Blue) = 152+114+21=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #987215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987215 is #678DEA. Grayscale: #737373. Windows color (decimal): -6786539 or 1405592. OLE color: 1405592.

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

Color convert

RGB 152 114 21 -
CMYK 0 0.25 0.86 0.40
HSL 42.6º 0.76% 0.34% -
HSV(B) 42.6º 0.86% 0.6% -
XYZ 19.1 18.76 3.32 -
YUV 114.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 152 114 21 0 0.25 0.86 0.40 42.6 0.76 0.34
Hex 98 72 15 0 19 56 28 2B 4C 22
Octal 230 162 25 0 31 126 50 53 114 42
Binary 10011000 1110010 10101 0 11001 1010110 101000 101011 1001100 100010

Color Harmonies of #987215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987215

Black with #987215

Text Example


Text Example

White with #987215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987215; }

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

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

background-color css

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

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

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

border-color css

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

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

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