Html Css Color HEX #977500 Golden Brown

📋 copy color: '#977500'

red 151 ◦ green 117 ◦ blue 0

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

Shades of Golden Brown #977500

Tints of Golden Brown #977500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.34%
G = 43.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#977500 (or 0x977500) is known color: Golden Brown. HEX triplet: 97, 75 and 00. RGB value is (151,117,0). Sum of RGB (Red+Green+Blue) = 151+117+0=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #977500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977500 is #688AFF. Grayscale: #727272. Windows color (decimal): -6851328 or 30103. OLE color: 30103.

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

Color convert

RGB 151 117 0 -
CMYK 0 0.23 1 0.41
HSL 46.49º 1% 0.3% -
HSV(B) 46.49º 1% 0.59% -
XYZ 19.12 19.3 2.72 -
YUV 113.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 151 117 0 0 0.23 1 0.41 46.49 1 0.3
Hex 97 75 0 0 17 64 29 2E 64 1E
Octal 227 165 0 0 27 144 51 56 144 36
Binary 10010111 1110101 0 0 10111 1100100 101001 101110 1100100 11110

Color Harmonies of #977500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977500

Black with #977500

Text Example


Text Example

White with #977500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977500; }

 p { color: rgb(151,117,0); }

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

background-color css

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

 a { background-color: rgb(151,117,0); }

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

border-color css

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

 span { border-color: rgb(151,117,0); }

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