Html Css Color HEX #977118 Golden Brown

📋 copy color: '#977118'

red 151 ◦ green 113 ◦ blue 24

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

Shades of Golden Brown #977118

Tints of Golden Brown #977118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 52.43%
G = 39.24%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#977118 (or 0x977118) is known color: Golden Brown. HEX triplet: 97, 71 and 18. RGB value is (151,113,24). Sum of RGB (Red+Green+Blue) = 151+113+24=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #977118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977118 is #688EE7. Grayscale: #727272. Windows color (decimal): -6852328 or 1601943. OLE color: 1601943.

HSL color Cylindrical-coordinate representation of color #977118: hue angle of 42.05º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #977118 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 24 -
CMYK 0 0.25 0.84 0.41
HSL 42.05º 0.73% 0.34% -
HSV(B) 42.05º 0.84% 0.59% -
XYZ 18.83 18.46 3.43 -
YUV 114.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 151 113 24 0 0.25 0.84 0.41 42.05 0.73 0.34
Hex 97 71 18 0 19 54 29 2A 49 22
Octal 227 161 30 0 31 124 51 52 111 42
Binary 10010111 1110001 11000 0 11001 1010100 101001 101010 1001001 100010

Color Harmonies of #977118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977118

Black with #977118

Text Example


Text Example

White with #977118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977118; }

 p { color: rgb(151,113,24); }

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

background-color css

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

 a { background-color: rgb(151,113,24); }

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

border-color css

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

 span { border-color: rgb(151,113,24); }

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