Html Css Color HEX #987004 Golden Brown

📋 copy color: '#987004'

red 152 ◦ green 112 ◦ blue 4

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

Shades of Golden Brown #987004

Tints of Golden Brown #987004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 56.72%
G = 41.79%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#987004 (or 0x987004) is known color: Golden Brown. HEX triplet: 98, 70 and 04. RGB value is (152,112,4). Sum of RGB (Red+Green+Blue) = 152+112+4=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #987004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987004 is #678FFB. Grayscale: #707070. Windows color (decimal): -6787068 or 290968. OLE color: 290968.

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

Color convert

RGB 152 112 4 -
CMYK 0 0.26 0.97 0.40
HSL 43.78º 0.95% 0.31% -
HSV(B) 43.78º 0.97% 0.6% -
XYZ 18.76 18.27 2.65 -
YUV 111.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 152 112 4 0 0.26 0.97 0.40 43.78 0.95 0.31
Hex 98 70 4 0 1A 61 28 2C 5F 1F
Octal 230 160 4 0 32 141 50 54 137 37
Binary 10011000 1110000 100 0 11010 1100001 101000 101100 1011111 11111

Color Harmonies of #987004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987004

Black with #987004

Text Example


Text Example

White with #987004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987004; }

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

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

background-color css

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

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

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

border-color css

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

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

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