Html Css Color HEX #977405 Golden Brown

📋 copy color: '#977405'

red 151 ◦ green 116 ◦ blue 5

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

Shades of Golden Brown #977405

Tints of Golden Brown #977405

RGB

 RED value IS 151 (59.38% from 255) = 55.51%

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

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

R = 55.51%
G = 42.65%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#977405 (or 0x977405) is known color: Golden Brown. HEX triplet: 97, 74 and 05. RGB value is (151,116,5). Sum of RGB (Red+Green+Blue) = 151+116+5=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #977405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977405 is #688BFA. Grayscale: #727272. Windows color (decimal): -6851579 or 357527. OLE color: 357527.

HSL color Cylindrical-coordinate representation of color #977405: hue angle of 45.62º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #977405 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 5 -
CMYK 0 0.23 0.97 0.41
HSL 45.62º 0.94% 0.31% -
HSV(B) 45.62º 0.97% 0.59% -
XYZ 19.04 19.08 2.82 -
YUV 113.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 151 116 5 0 0.23 0.97 0.41 45.62 0.94 0.31
Hex 97 74 5 0 17 61 29 2E 5E 1F
Octal 227 164 5 0 27 141 51 56 136 37
Binary 10010111 1110100 101 0 10111 1100001 101001 101110 1011110 11111

Color Harmonies of #977405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977405

Black with #977405

Text Example


Text Example

White with #977405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977405; }

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

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

background-color css

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

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

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

border-color css

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

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

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