Html Css Color HEX #987213 Golden Brown

📋 copy color: '#987213'

red 152 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #987213

Tints of Golden Brown #987213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 53.33%
G = 40%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#987213 (or 0x987213) is known color: Golden Brown. HEX triplet: 98, 72 and 13. RGB value is (152,114,19). Sum of RGB (Red+Green+Blue) = 152+114+19=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #987213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987213 is #678DEC. Grayscale: #727272. Windows color (decimal): -6786541 or 1274520. OLE color: 1274520.

HSL color Cylindrical-coordinate representation of color #987213: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987213 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 19 -
CMYK 0 0.25 0.87 0.40
HSL 42.86º 0.78% 0.34% -
HSV(B) 42.86º 0.88% 0.6% -
XYZ 19.08 18.76 3.23 -
YUV 114.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 152 114 19 0 0.25 0.87 0.40 42.86 0.78 0.34
Hex 98 72 13 0 19 57 28 2B 4E 22
Octal 230 162 23 0 31 127 50 53 116 42
Binary 10011000 1110010 10011 0 11001 1010111 101000 101011 1001110 100010

Color Harmonies of #987213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987213

Black with #987213

Text Example


Text Example

White with #987213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987213; }

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

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

background-color css

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

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

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

border-color css

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

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

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