Html Css Color HEX #987405 Golden Brown

📋 copy color: '#987405'

red 152 ◦ green 116 ◦ blue 5

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

Shades of Golden Brown #987405

Tints of Golden Brown #987405

RGB

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

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

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

R = 55.68%
G = 42.49%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#987405 (or 0x987405) is known color: Golden Brown. HEX triplet: 98, 74 and 05. RGB value is (152,116,5). Sum of RGB (Red+Green+Blue) = 152+116+5=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #987405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987405 is #678BFA. Grayscale: #727272. Windows color (decimal): -6786043 or 357528. OLE color: 357528.

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

Color convert

RGB 152 116 5 -
CMYK 0 0.24 0.97 0.40
HSL 45.31º 0.94% 0.31% -
HSV(B) 45.31º 0.97% 0.6% -
XYZ 19.22 19.18 2.83 -
YUV 114.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 152 116 5 0 0.24 0.97 0.40 45.31 0.94 0.31
Hex 98 74 5 0 18 61 28 2D 5E 1F
Octal 230 164 5 0 30 141 50 55 136 37
Binary 10011000 1110100 101 0 11000 1100001 101000 101101 1011110 11111

Color Harmonies of #987405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987405

Black with #987405

Text Example


Text Example

White with #987405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987405; }

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

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

background-color css

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

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

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

border-color css

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

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

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