Html Css Color HEX #987218 Golden Brown

📋 copy color: '#987218'

red 152 ◦ green 114 ◦ blue 24

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

Shades of Golden Brown #987218

Tints of Golden Brown #987218

RGB

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

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

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

R = 52.41%
G = 39.31%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#987218 (or 0x987218) is known color: Golden Brown. HEX triplet: 98, 72 and 18. RGB value is (152,114,24). Sum of RGB (Red+Green+Blue) = 152+114+24=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #987218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987218 is #678DE7. Grayscale: #737373. Windows color (decimal): -6786536 or 1602200. OLE color: 1602200.

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

Color convert

RGB 152 114 24 -
CMYK 0 0.25 0.84 0.40
HSL 42.19º 0.73% 0.35% -
HSV(B) 42.19º 0.84% 0.6% -
XYZ 19.13 18.78 3.48 -
YUV 115.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 152 114 24 0 0.25 0.84 0.40 42.19 0.73 0.35
Hex 98 72 18 0 19 54 28 2A 49 23
Octal 230 162 30 0 31 124 50 52 111 43
Binary 10011000 1110010 11000 0 11001 1010100 101000 101010 1001001 100011

Color Harmonies of #987218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987218

Black with #987218

Text Example


Text Example

White with #987218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987218; }

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

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

background-color css

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

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

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

border-color css

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

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

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