Html Css Color HEX #987012 Golden Brown

📋 copy color: '#987012'

red 152 ◦ green 112 ◦ blue 18

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

Shades of Golden Brown #987012

Tints of Golden Brown #987012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.38%

R = 53.9%
G = 39.72%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#987012 (or 0x987012) is known color: Golden Brown. HEX triplet: 98, 70 and 12. RGB value is (152,112,18). Sum of RGB (Red+Green+Blue) = 152+112+18=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #987012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987012 is #678FED. Grayscale: #717171. Windows color (decimal): -6787054 or 1208472. OLE color: 1208472.

HSL color Cylindrical-coordinate representation of color #987012: hue angle of 42.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987012 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 18 -
CMYK 0 0.26 0.88 0.40
HSL 42.09º 0.79% 0.33% -
HSV(B) 42.09º 0.88% 0.6% -
XYZ 18.85 18.31 3.11 -
YUV 113.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 152 112 18 0 0.26 0.88 0.40 42.09 0.79 0.33
Hex 98 70 12 0 1A 58 28 2A 4F 21
Octal 230 160 22 0 32 130 50 52 117 41
Binary 10011000 1110000 10010 0 11010 1011000 101000 101010 1001111 100001

Color Harmonies of #987012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987012

Black with #987012

Text Example


Text Example

White with #987012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987012; }

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

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

background-color css

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

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

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

border-color css

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

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

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