Html Css Color HEX #977150 Pale Brown

📋 copy color: '#977150'

red 151 ◦ green 113 ◦ blue 80

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

Shades of Pale Brown #977150

Tints of Pale Brown #977150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 43.9%
G = 32.85%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#977150 (or 0x977150) is known color: Pale Brown. HEX triplet: 97, 71 and 50. RGB value is (151,113,80). Sum of RGB (Red+Green+Blue) = 151+113+80=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #977150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977150 is #688EAF. Grayscale: #787878. Windows color (decimal): -6852272 or 5271959. OLE color: 5271959.

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

Color convert

RGB 151 113 80 -
CMYK 0 0.25 0.47 0.41
HSL 27.89º 0.31% 0.45% -
HSV(B) 27.89º 0.47% 0.59% -
XYZ 20.12 18.97 10.19 -
YUV 120.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 151 113 80 0 0.25 0.47 0.41 27.89 0.31 0.45
Hex 97 71 50 0 19 2F 29 1C 1F 2D
Octal 227 161 120 0 31 57 51 34 37 55
Binary 10010111 1110001 1010000 0 11001 101111 101001 11100 11111 101101

Color Harmonies of #977150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977150

Black with #977150

Text Example


Text Example

White with #977150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977150; }

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

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

background-color css

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

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

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

border-color css

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

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

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