Html Css Color HEX #987003 Golden Brown

📋 copy color: '#987003'

red 152 ◦ green 112 ◦ blue 3

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

Shades of Golden Brown #987003

Tints of Golden Brown #987003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 56.93%
G = 41.95%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#987003 (or 0x987003) is known color: Golden Brown. HEX triplet: 98, 70 and 03. RGB value is (152,112,3). Sum of RGB (Red+Green+Blue) = 152+112+3=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #987003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987003 is #678FFC. Grayscale: #707070. Windows color (decimal): -6787069 or 225432. OLE color: 225432.

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

Color convert

RGB 152 112 3 -
CMYK 0 0.26 0.98 0.40
HSL 43.89º 0.96% 0.3% -
HSV(B) 43.89º 0.98% 0.6% -
XYZ 18.76 18.27 2.62 -
YUV 111.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 152 112 3 0 0.26 0.98 0.40 43.89 0.96 0.3
Hex 98 70 3 0 1A 62 28 2C 60 1E
Octal 230 160 3 0 32 142 50 54 140 36
Binary 10011000 1110000 11 0 11010 1100010 101000 101100 1100000 11110

Color Harmonies of #987003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987003

Black with #987003

Text Example


Text Example

White with #987003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987003; }

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

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

background-color css

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

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

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

border-color css

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

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

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