Html Css Color HEX #987018 Golden Brown

📋 copy color: '#987018'

red 152 ◦ green 112 ◦ blue 24

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

Shades of Golden Brown #987018

Tints of Golden Brown #987018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 52.78%
G = 38.89%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#987018 (or 0x987018) is known color: Golden Brown. HEX triplet: 98, 70 and 18. RGB value is (152,112,24). Sum of RGB (Red+Green+Blue) = 152+112+24=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #987018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987018 is #678FE7. Grayscale: #727272. Windows color (decimal): -6787048 or 1601688. OLE color: 1601688.

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

Color convert

RGB 152 112 24 -
CMYK 0 0.26 0.84 0.40
HSL 41.25º 0.73% 0.35% -
HSV(B) 41.25º 0.84% 0.6% -
XYZ 18.91 18.33 3.41 -
YUV 113.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 152 112 24 0 0.26 0.84 0.40 41.25 0.73 0.35
Hex 98 70 18 0 1A 54 28 29 49 23
Octal 230 160 30 0 32 124 50 51 111 43
Binary 10011000 1110000 11000 0 11010 1010100 101000 101001 1001001 100011

Color Harmonies of #987018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987018

Black with #987018

Text Example


Text Example

White with #987018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987018; }

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

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

background-color css

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

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

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

border-color css

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

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

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