Html Css Color HEX #987212 Golden Brown

📋 copy color: '#987212'

red 152 ◦ green 114 ◦ blue 18

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

Shades of Golden Brown #987212

Tints of Golden Brown #987212

RGB

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

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

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

R = 53.52%
G = 40.14%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#987212 (or 0x987212) is known color: Golden Brown. HEX triplet: 98, 72 and 12. RGB value is (152,114,18). Sum of RGB (Red+Green+Blue) = 152+114+18=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #987212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987212 is #678DED. Grayscale: #727272. Windows color (decimal): -6786542 or 1208984. OLE color: 1208984.

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

Color convert

RGB 152 114 18 -
CMYK 0 0.25 0.88 0.40
HSL 42.99º 0.79% 0.33% -
HSV(B) 42.99º 0.88% 0.6% -
XYZ 19.08 18.75 3.19 -
YUV 114.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 152 114 18 0 0.25 0.88 0.40 42.99 0.79 0.33
Hex 98 72 12 0 19 58 28 2B 4F 21
Octal 230 162 22 0 31 130 50 53 117 41
Binary 10011000 1110010 10010 0 11001 1011000 101000 101011 1001111 100001

Color Harmonies of #987212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987212

Black with #987212

Text Example


Text Example

White with #987212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987212; }

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

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

background-color css

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

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

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

border-color css

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

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

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