Html Css Color HEX #987318 Golden Brown

📋 copy color: '#987318'

red 152 ◦ green 115 ◦ blue 24

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

Shades of Golden Brown #987318

Tints of Golden Brown #987318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.25%

R = 52.23%
G = 39.52%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#987318 (or 0x987318) is known color: Golden Brown. HEX triplet: 98, 73 and 18. RGB value is (152,115,24). Sum of RGB (Red+Green+Blue) = 152+115+24=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #987318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987318 is #678CE7. Grayscale: #747474. Windows color (decimal): -6786280 or 1602456. OLE color: 1602456.

HSL color Cylindrical-coordinate representation of color #987318: hue angle of 42.66º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #987318 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 24 -
CMYK 0 0.24 0.84 0.40
HSL 42.66º 0.73% 0.35% -
HSV(B) 42.66º 0.84% 0.6% -
XYZ 19.24 19 3.52 -
YUV 115.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 152 115 24 0 0.24 0.84 0.40 42.66 0.73 0.35
Hex 98 73 18 0 18 54 28 2B 49 23
Octal 230 163 30 0 30 124 50 53 111 43
Binary 10011000 1110011 11000 0 11000 1010100 101000 101011 1001001 100011

Color Harmonies of #987318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987318

Black with #987318

Text Example


Text Example

White with #987318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987318; }

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

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

background-color css

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

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

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

border-color css

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

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

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