Html Css Color HEX #987112 Golden Brown

📋 copy color: '#987112'

red 152 ◦ green 113 ◦ blue 18

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

Shades of Golden Brown #987112

Tints of Golden Brown #987112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

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

R = 53.71%
G = 39.93%
B = 6.36%

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

#987112 (or 0x987112) is known color: Golden Brown. HEX triplet: 98, 71 and 12. RGB value is (152,113,18). Sum of RGB (Red+Green+Blue) = 152+113+18=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #987112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987112 is #678EED. Grayscale: #727272. Windows color (decimal): -6786798 or 1208728. OLE color: 1208728.

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

Color convert

RGB 152 113 18 -
CMYK 0 0.26 0.88 0.40
HSL 42.54º 0.79% 0.33% -
HSV(B) 42.54º 0.88% 0.6% -
XYZ 18.96 18.53 3.15 -
YUV 113.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 152 113 18 0 0.26 0.88 0.40 42.54 0.79 0.33
Hex 98 71 12 0 1A 58 28 2B 4F 21
Octal 230 161 22 0 32 130 50 53 117 41
Binary 10011000 1110001 10010 0 11010 1011000 101000 101011 1001111 100001

Color Harmonies of #987112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987112

Black with #987112

Text Example


Text Example

White with #987112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987112; }

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

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

background-color css

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

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

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

border-color css

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

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

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