Html Css Color HEX #987001 Golden Brown

📋 copy color: '#987001'

red 152 ◦ green 112 ◦ blue 1

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

Shades of Golden Brown #987001

Tints of Golden Brown #987001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 57.36%
G = 42.26%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#987001 (or 0x987001) is known color: Golden Brown. HEX triplet: 98, 70 and 01. RGB value is (152,112,1). Sum of RGB (Red+Green+Blue) = 152+112+1=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #987001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987001 is #678FFE. Grayscale: #6F6F6F. Windows color (decimal): -6787071 or 94360. OLE color: 94360.

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

Color convert

RGB 152 112 1 -
CMYK 0 0.26 0.99 0.40
HSL 44.11º 0.99% 0.3% -
HSV(B) 44.11º 0.99% 0.6% -
XYZ 18.75 18.27 2.57 -
YUV 111.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 152 112 1 0 0.26 0.99 0.40 44.11 0.99 0.3
Hex 98 70 1 0 1A 63 28 2C 63 1E
Octal 230 160 1 0 32 143 50 54 143 36
Binary 10011000 1110000 1 0 11010 1100011 101000 101100 1100011 11110

Color Harmonies of #987001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987001

Black with #987001

Text Example


Text Example

White with #987001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987001; }

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

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

background-color css

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

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

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

border-color css

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

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

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