Html Css Color HEX #987413 Golden Brown

📋 copy color: '#987413'

red 152 ◦ green 116 ◦ blue 19

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

Shades of Golden Brown #987413

Tints of Golden Brown #987413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 52.96%
G = 40.42%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#987413 (or 0x987413) is known color: Golden Brown. HEX triplet: 98, 74 and 13. RGB value is (152,116,19). Sum of RGB (Red+Green+Blue) = 152+116+19=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #987413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987413 is #678BEC. Grayscale: #747474. Windows color (decimal): -6786029 or 1275032. OLE color: 1275032.

HSL color Cylindrical-coordinate representation of color #987413: hue angle of 43.76º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987413 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 19 -
CMYK 0 0.24 0.87 0.40
HSL 43.76º 0.78% 0.34% -
HSV(B) 43.76º 0.88% 0.6% -
XYZ 19.31 19.21 3.31 -
YUV 115.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 152 116 19 0 0.24 0.87 0.40 43.76 0.78 0.34
Hex 98 74 13 0 18 57 28 2C 4E 22
Octal 230 164 23 0 30 127 50 54 116 42
Binary 10011000 1110100 10011 0 11000 1010111 101000 101100 1001110 100010

Color Harmonies of #987413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987413

Black with #987413

Text Example


Text Example

White with #987413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987413; }

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

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

background-color css

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

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

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

border-color css

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

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

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