Html Css Color HEX #987313 Golden Brown

📋 copy color: '#987313'

red 152 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #987313

Tints of Golden Brown #987313

RGB

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

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

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

R = 53.15%
G = 40.21%
B = 6.64%

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

#987313 (or 0x987313) is known color: Golden Brown. HEX triplet: 98, 73 and 13. RGB value is (152,115,19). Sum of RGB (Red+Green+Blue) = 152+115+19=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #987313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987313 is #678CEC. Grayscale: #737373. Windows color (decimal): -6786285 or 1274776. OLE color: 1274776.

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

Color convert

RGB 152 115 19 -
CMYK 0 0.24 0.87 0.40
HSL 43.31º 0.78% 0.34% -
HSV(B) 43.31º 0.88% 0.6% -
XYZ 19.2 18.98 3.27 -
YUV 115.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 152 115 19 0 0.24 0.87 0.40 43.31 0.78 0.34
Hex 98 73 13 0 18 57 28 2B 4E 22
Octal 230 163 23 0 30 127 50 53 116 42
Binary 10011000 1110011 10011 0 11000 1010111 101000 101011 1001110 100010

Color Harmonies of #987313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987313

Black with #987313

Text Example


Text Example

White with #987313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987313; }

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

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

background-color css

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

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

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

border-color css

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

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

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