Html Css Color HEX #987005 Golden Brown

📋 copy color: '#987005'

red 152 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #987005

Tints of Golden Brown #987005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.86%

R = 56.51%
G = 41.64%
B = 1.86%

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

#987005 (or 0x987005) is known color: Golden Brown. HEX triplet: 98, 70 and 05. RGB value is (152,112,5). Sum of RGB (Red+Green+Blue) = 152+112+5=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #987005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987005 is #678FFA. Grayscale: #707070. Windows color (decimal): -6787067 or 356504. OLE color: 356504.

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

Color convert

RGB 152 112 5 -
CMYK 0 0.26 0.97 0.40
HSL 43.67º 0.94% 0.31% -
HSV(B) 43.67º 0.97% 0.6% -
XYZ 18.77 18.27 2.68 -
YUV 111.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 152 112 5 0 0.26 0.97 0.40 43.67 0.94 0.31
Hex 98 70 5 0 1A 61 28 2C 5E 1F
Octal 230 160 5 0 32 141 50 54 136 37
Binary 10011000 1110000 101 0 11010 1100001 101000 101100 1011110 11111

Color Harmonies of #987005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987005

Black with #987005

Text Example


Text Example

White with #987005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987005; }

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

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

background-color css

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

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

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

border-color css

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

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

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