Html Css Color HEX #987401 Golden Brown

📋 copy color: '#987401'

red 152 ◦ green 116 ◦ blue 1

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

Shades of Golden Brown #987401

Tints of Golden Brown #987401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.12%

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

R = 56.51%
G = 43.12%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#987401 (or 0x987401) is known color: Golden Brown. HEX triplet: 98, 74 and 01. RGB value is (152,116,1). Sum of RGB (Red+Green+Blue) = 152+116+1=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #987401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987401 is #678BFE. Grayscale: #727272. Windows color (decimal): -6786047 or 95384. OLE color: 95384.

HSL color Cylindrical-coordinate representation of color #987401: hue angle of 45.7º 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 #987401 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 1 -
CMYK 0 0.24 0.99 0.40
HSL 45.7º 0.99% 0.3% -
HSV(B) 45.7º 0.99% 0.6% -
XYZ 19.2 19.17 2.72 -
YUV 113.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 152 116 1 0 0.24 0.99 0.40 45.7 0.99 0.3
Hex 98 74 1 0 18 63 28 2E 63 1E
Octal 230 164 1 0 30 143 50 56 143 36
Binary 10011000 1110100 1 0 11000 1100011 101000 101110 1100011 11110

Color Harmonies of #987401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987401

Black with #987401

Text Example


Text Example

White with #987401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987401; }

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

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

background-color css

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

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

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

border-color css

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

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

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