Html Css Color HEX #977950 Pale Brown

📋 copy color: '#977950'

red 151 ◦ green 121 ◦ blue 80

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

Shades of Pale Brown #977950

Tints of Pale Brown #977950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.38%

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

R = 42.9%
G = 34.38%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#977950 (or 0x977950) is known color: Pale Brown. HEX triplet: 97, 79 and 50. RGB value is (151,121,80). Sum of RGB (Red+Green+Blue) = 151+121+80=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #977950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977950 is #6886AF. Grayscale: #7D7D7D. Windows color (decimal): -6850224 or 5274007. OLE color: 5274007.

HSL color Cylindrical-coordinate representation of color #977950: hue angle of 34.65º 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 #977950 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 80 -
CMYK 0 0.20 0.47 0.41
HSL 34.65º 0.31% 0.45% -
HSV(B) 34.65º 0.47% 0.59% -
XYZ 21.05 20.83 10.5 -
YUV 125.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 151 121 80 0 0.20 0.47 0.41 34.65 0.31 0.45
Hex 97 79 50 0 14 2F 29 23 1F 2D
Octal 227 171 120 0 24 57 51 43 37 55
Binary 10010111 1111001 1010000 0 10100 101111 101001 100011 11111 101101

Color Harmonies of #977950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977950

Black with #977950

Text Example


Text Example

White with #977950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977950; }

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

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

background-color css

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

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

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

border-color css

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

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

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